Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/gevorgmelkumyan/image-file

api base64 image-file laravel php upload-image

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# ImageFile

[![Latest Stable Version](https://poser.pugx.org/gevorgmelkumyan/image-file/v/stable)](https://packagist.org/packages/gevorgmelkumyan/image-file)
[![Total Downloads](https://poser.pugx.org/gevorgmelkumyan/image-file/downloads)](https://packagist.org/packages/gevorgmelkumyan/image-file)
[![License](https://poser.pugx.org/gevorgmelkumyan/image-file/license)](https://packagist.org/packages/gevorgmelkumyan/image-file)
[![Monthly Downloads](https://poser.pugx.org/gevorgmelkumyan/image-file/d/monthly)](https://packagist.org/packages/gevorgmelkumyan/image-file)
[![Daily Downloads](https://poser.pugx.org/gevorgmelkumyan/image-file/d/daily)](https://packagist.org/packages/gevorgmelkumyan/image-file)

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](https://php.net) 7.1 and greater.
To get the latest version, simply require the project using [Composer](https://getcomposer.org):
```bash
$ composer require gevorgmelkumyan/image-file
```

## Usage

Look at `examples/example.php` file.

## Authors

See the list of [contributors](https://github.com/gevorgmelkumyan/image-file/graphs/contributors) who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.