Skip to content

Commit 97b5be8

Browse files
Updated README.ms
1 parent 8960234 commit 97b5be8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# ImageFile
2+
3+
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

Comments
 (0)