Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.41 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.41 KB

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.