Download the PHP package plutuss/gif-creator-laravel without Composer
On this page you can find all versions of the php package plutuss/gif-creator-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download plutuss/gif-creator-laravel
More information about plutuss/gif-creator-laravel
Files in plutuss/gif-creator-laravel
Download plutuss/gif-creator-laravel
More information about plutuss/gif-creator-laravel
Files in plutuss/gif-creator-laravel
Vendor plutuss
Package gif-creator-laravel
Short Description Laravel GIF animation package - a wrapper for sybio/gif-creator. Easily create, manipulate, and store animated GIFs using Laravel storage and facades.
License MIT
Homepage https://github.com/Sybio/GifCreator
Package gif-creator-laravel
Short Description Laravel GIF animation package - a wrapper for sybio/gif-creator. Easily create, manipulate, and store animated GIFs using Laravel storage and facades.
License MIT
Homepage https://github.com/Sybio/GifCreator
Please rate this library. Is it a good library?
Informations about the package gif-creator-laravel
GifCreator Laravel Wrapper
A Laravel wrapper for sybio/gif-creator, providing a convenient way to create GIF animations using the GifCreator facade and storage. This package does not restrict the standard approach from sybio/gif-creator.
Installation
Install the package via Composer:
After installation, if you are using Laravel < 5.5, add the service provider and facade to config/app.php:
Usage
Creating a GIF
Methods
storage(string $disk = null)– Uses files fromstorage, allowing a specific disk namedurations(array $durations)– Sets frame durationsframes(array $files, string $path = '')– Loads frames from the specified path (pass an array of file names and a path if different)loop(int $count = 0)– Sets the loop count (default is infinite)makeGif()– Creates a GIF animationgetGif()– Retrieves binary GIF datashow()– Displays GIF in the browsersave(string $path, string $filename)– Saves the GIF to the server at the specified path
License
This package is licensed under the MIT License.
All versions of gif-creator-laravel with dependencies
PHP Build Version
Package Version
Requires
ext-gd Version
*
The package plutuss/gif-creator-laravel contains the following files
Loading the files please wait ...