# imgix-php Contribution Instructions

# Pre-requisites 

1. Check php is installed globally 
2. Install composer locally according to instructions here: https://getcomposer.org/download/

# Install deps

Run `php composer.phar i` to install deps

# Development

Commands:
- Run unit tests: `./vendor/bin/phpunit --bootstrap src/autoload.php tests`
- Update dependencies: `php composer.phar u`
