gevorgmelkumyan / image-file

The lib contains ImageFile class that allows to create and save image files provided by base64 encoded strings. It's very useful for API's written using Laravel framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageFile

Latest Stable Version Total Downloads License Monthly Downloads Daily Downloads

ImageFile library contains ImageFile class that allows to create and save image files from base64 encoded strings. It's very useful for APIs written via Laravel framework.

Installation

ImageFile requires PHP 7.1 and greater. To get the latest version, simply require the project using Composer:

$ composer require gevorgmelkumyan/image-file

Usage

Look at examples/example.php file.

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

The lib contains ImageFile class that allows to create and save image files provided by base64 encoded strings. It's very useful for API's written using Laravel framework.

License:MIT License


Languages

Language:PHP 100.0%