Skip to content

Commit

Permalink
Updated README.ms
Browse files Browse the repository at this point in the history
  • Loading branch information
gevorgmelkumyan committed Sep 2, 2018
1 parent 8960234 commit 97b5be8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# ImageFile

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.

0 comments on commit 97b5be8

Please sign in to comment.