You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
+
5
+
## Installation
6
+
7
+
ImageFile requires [PHP](https://php.net) 7.1 and greater.
8
+
To get the latest version, simply require the project using [Composer](https://getcomposer.org):
9
+
```bash
10
+
$ composer require gevorgmelkumyan/image-file
11
+
```
12
+
13
+
## Usage
14
+
15
+
Look at `examples/example.php` file.
16
+
17
+
## Authors
18
+
19
+
See the list of [contributors](https://github.com/gevorgmelkumyan/image-file/graphs/contributors) who participated in this project.
20
+
21
+
## License
22
+
23
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments