dominionenterprises / solvemedia-client
A library for accessing the Solve Media Api.
Installs: 4 637
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 19
Forks: 5
Open Issues: 0
Requires
- php: ^7.0
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- php-coveralls/php-coveralls: ^1.0
- phpunit/phpunit: ^6.0
- squizlabs/php_codesniffer: ^3.2
This package is auto-updated.
Last update: 2020-07-16 15:15:50 UTC
README
A PHP client for the Solve Media CAPTCHA API.
Requirements
solvemedia-client-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/solvemedia-client
to your project's composer.json
file such as:
composer require traderinteractive/solvemedia-client
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.