Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gevorgmelkumyan/image-file
- Owner: gevorgmelkumyan
- License: mit
- Created: 2018-09-01T12:04:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T17:45:38.000Z (almost 6 years ago)
- Last Synced: 2024-04-28T11:41:09.608Z (8 months ago)
- Topics: api, base64, image-file, laravel, php, upload-image
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.