gevorgmelkumyan / image-file
The lib contains ImageFile class that allows to create and save image files provided by base64 formatted stringsencoded strings.
v1.0
2018-09-02 16:19 UTC
Requires
- php: >=7.1.0
This package is not auto-updated.
Last update: 2025-04-13 08:33:06 UTC
README
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.