gosizzle / sizzle-php-sdk
This SDK is for accessing the Sizzle API
0.1.3
2016-01-19 18:23 UTC
Requires
- php: >=5.3
Requires (Dev)
- mockery/mockery: ^0.9.4
- phpunit/phpunit: 4.*
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2024-12-19 01:08:13 UTC
README
This SDK is for accessing the S!zzle API.
Installation
The easiest way to install is via Composer:
composer require gosizzle/sizzle-php-sdk
Testing
To run all the unit tests
./vendor/bin/phpunit --bootstrap src/tests/autoload.php -c tests.xml
Contributing
Information on contributing can be found here.