traderinteractive/image-util

A collection of image utilities

v4.2.0 2023-05-18 16:33 UTC

This package is auto-updated.

Last update: 2024-04-18 20:07:36 UTC


README

Build Status Code Quality

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

General Image Utility Library

Requirements

image-util-php requires PHP 7.0 (or later).

Composer

To add the library as a local, per-project dependency use Composer! Simply add a dependency on traderinteractive/image-util to your project's composer.json file such as:

composer require traderinteractive/image-util

Documentation

Found in the source itself, take a look!

Contact

Developers may be contacted at:

Project Build

With a checkout of the code get Composer in your PATH and run:

./vendor/bin/phpunit
./vendor/bin/phpcs

There is also a docker-based fig configuration that will execute the build inside a docker container. This is an easy way to build the application:

fig run build

For more information on our build process, read through out our Contribution Guidelines.