|
1 | 1 | # image-util-php |
2 | | -[](https://travis-ci.org/dominionenterprises/image-util-php) |
3 | | -[](https://scrutinizer-ci.com/g/dominionenterprises/image-util-php/) |
4 | | -[](https://coveralls.io/r/dominionenterprises/image-util-php) |
5 | 2 |
|
6 | | -[](https://packagist.org/packages/dominionenterprises/image-util) |
7 | | -[](https://packagist.org/packages/dominionenterprises/image-util) |
8 | | -[](https://packagist.org/packages/dominionenterprises/image-util) |
| 3 | +[](https://travis-ci.org/traderinteractive/image-util-php) |
| 4 | +[](https://scrutinizer-ci.com/g/traderinteractive/image-util-php/?branch=master) |
| 5 | +[](https://coveralls.io/github/traderinteractive/image-util-php?branch=master) |
9 | 6 |
|
10 | | -General Image Utility Library |
| 7 | +[](https://packagist.org/packages/traderinteractive/image-util) |
| 8 | +[](https://packagist.org/packages/traderinteractive/image-util) |
| 9 | +[](https://packagist.org/packages/traderinteractive/image-util) |
| 10 | + |
| 11 | +[](https://packagist.org/packages/traderinteractive/image-util) |
| 12 | +[](https://packagist.org/packages/traderinteractive/image-util) |
| 13 | +[](https://packagist.org/packages/traderinteractive/image-util) |
| 14 | + |
| 15 | +General Image Utility Library |
| 16 | + |
| 17 | +## Requirements |
| 18 | + |
| 19 | +image-util-php requires PHP 7.0 (or later). |
| 20 | + |
| 21 | +## Composer |
| 22 | +To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on |
| 23 | +`traderinteractive/image-util` to your project's `composer.json` file such as: |
| 24 | + |
| 25 | +```sh |
| 26 | +composer require traderinteractive/image-util |
| 27 | +``` |
| 28 | + |
| 29 | +## Documentation |
| 30 | + |
| 31 | +Found in the [source](src) itself, take a look! |
| 32 | + |
| 33 | +## Contact |
| 34 | + |
| 35 | +Developers may be contacted at: |
| 36 | + |
| 37 | + * [Pull Requests](https://github.com/traderinteractive/image-util-php/pulls) |
| 38 | + * [Issues](https://github.com/traderinteractive/image-util-php/issues) |
| 39 | + |
| 40 | +## Project Build |
| 41 | + |
| 42 | +With a checkout of the code get [Composer](http://getcomposer.org) in your PATH and run: |
| 43 | + |
| 44 | +```sh |
| 45 | +./vendor/bin/phpunit |
| 46 | +./vendor/bin/phpcs |
| 47 | +``` |
| 48 | + |
| 49 | +There is also a [docker](http://www.docker.com/)-based [fig](http://www.fig.sh/) configuration that will execute the build inside a docker container. This is an easy way to build the application: |
| 50 | + |
| 51 | +```sh |
| 52 | +fig run build |
| 53 | +``` |
| 54 | + |
| 55 | +For more information on our build process, read through out our [Contribution Guidelines](.github/CONTRIBUTING.md). |
0 commit comments