All Projects → bepsvpt → blurhash

bepsvpt / blurhash

Licence: MIT license
A PHP implementation of BlurHash with Laravel integration.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to blurhash

Web Socket
Laravel library for asynchronously serving WebSockets.
Stars: ✭ 225 (+389.13%)
Mutual labels:  laravel-package
Laravel Gitscrum
GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.
Stars: ✭ 2,686 (+5739.13%)
Mutual labels:  laravel-package
blurhash-as
Blurhash implementation in AssemblyScript
Stars: ✭ 26 (-43.48%)
Mutual labels:  blurhash
Wisteria
Beautiful document tool for your project.
Stars: ✭ 226 (+391.3%)
Mutual labels:  laravel-package
Auth Tests
Always-current tests for Laravel's authentication system. Curated by the community.
Stars: ✭ 230 (+400%)
Mutual labels:  laravel-package
Nexmo Laravel
Add Nexmo functionality such as SMS and voice calling to your Laravel app with this Laravel Service Provider.
Stars: ✭ 250 (+443.48%)
Mutual labels:  laravel-package
Laravel Versionable
⏱️Make Laravel model versionable
Stars: ✭ 218 (+373.91%)
Mutual labels:  laravel-package
boilerplate
Laravel AdminLTE 3 Boilerplate package with blade components, users, roles and permissions management
Stars: ✭ 167 (+263.04%)
Mutual labels:  laravel-package
Laravel Multilingual Routes
A package to handle multilingual routes in your Laravel application.
Stars: ✭ 241 (+423.91%)
Mutual labels:  laravel-package
madzipper
Wannabe successor of Chumper/Zipper package for Laravel
Stars: ✭ 114 (+147.83%)
Mutual labels:  laravel-package
Wagonwheel
Offer an online version of your Laravel emails to users.
Stars: ✭ 224 (+386.96%)
Mutual labels:  laravel-package
Laravel Query Monitor
Simple artisan command to monitoring triggered queries
Stars: ✭ 230 (+400%)
Mutual labels:  laravel-package
Laravel User Activity
Monitor user activity easily!
Stars: ✭ 253 (+450%)
Mutual labels:  laravel-package
Clamav Validator
Laravel virus validator based on ClamAV anti-virus scanner
Stars: ✭ 224 (+386.96%)
Mutual labels:  laravel-package
nova-rating-field
A Star rating field to use in your Laravel Nova apps.
Stars: ✭ 42 (-8.7%)
Mutual labels:  laravel-package
Sneaker
An easy way to send emails whenever an exception occurs on server.
Stars: ✭ 223 (+384.78%)
Mutual labels:  laravel-package
Laravel Localization
Easy localization for Laravel
Stars: ✭ 2,816 (+6021.74%)
Mutual labels:  laravel-package
formoj
Form generator package for Laravel
Stars: ✭ 28 (-39.13%)
Mutual labels:  laravel-package
Instagram-for-PHP
PHP SDK for Instagram API
Stars: ✭ 82 (+78.26%)
Mutual labels:  laravel-package
Translation Sheet
Translating Laravel languages files using a Google Spreadsheet.
Stars: ✭ 254 (+452.17%)
Mutual labels:  laravel-package

BlurHash

Testing Latest Stable Version Total Downloads License

A PHP implementation of BlurHash with Laravel integration.

BlurHash is a compact representation of a placeholder for an image.

screenshot

Nr8%YLkDR4j[aej]NSaznzjuk9ayR3jYofayj[f6

Version

2.1.0

Supported Laravel Version

8.0 ~ 10.x

Installation

Install using composer

composer require bepsvpt/blurhash

Publish config file

php artisan vendor:publish --provider="Bepsvpt\Blurhash\BlurHashServiceProvider"

Set up config file on config/blurhash.php

Done!

Usage

Facade

BlurHash::encode($file);

$file can be any Intervention make method acceptable source.

app helper function

app('blurhash')
  ->setComponentX(7)
  ->setComponentY(4)
  ->setResizedImageMaxWidth(96)
  ->encode(request('file'));

License

BlurHash is licensed under The MIT License (MIT).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].