Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 644 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 644 Bytes

ColorAnalyzer

....

Requirements

  • PHP 5.4.x;
  • Unix system;
  • PECL imagick >= 3.1.x

Installation

The recommended way to install ColorAnalyzer is through composer. You can see package information on Packagist.

{
    "require": {
        "pinefor/color-analyzer": "dev"
    }
}

Examples

....

Tests

Tests are in the tests folder. To run them, you need PHPUnit. Example:

$ phpunit --configuration phpunit.xml.dist

License

MIT, see LICENSE