https://github.com/traderinteractive/solvemedia-client-php
A PHP client for the Solve Media CAPTCHA API
https://github.com/traderinteractive/solvemedia-client-php
Last synced: about 1 year ago
JSON representation
A PHP client for the Solve Media CAPTCHA API
- Host: GitHub
- URL: https://github.com/traderinteractive/solvemedia-client-php
- Owner: traderinteractive
- License: mit
- Created: 2014-04-18T14:52:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T18:21:37.000Z (over 8 years ago)
- Last Synced: 2025-03-24T10:56:31.210Z (over 1 year ago)
- Language: PHP
- Size: 58.6 KB
- Stars: 0
- Watchers: 20
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# solvemedia-client-php
[](https://travis-ci.org/traderinteractive/solvemedia-client-php)
[](https://scrutinizer-ci.com/g/traderinteractive/solvemedia-client-php/?branch=master)
[](https://coveralls.io/github/traderinteractive/solvemedia-client-php?branch=master)
[](https://packagist.org/packages/traderinteractive/solvemedia-client)
[](https://packagist.org/packages/traderinteractive/solvemedia-client)
[](https://packagist.org/packages/traderinteractive/solvemedia-client)
[](https://packagist.org/packages/traderinteractive/solvemedia-client)
[](https://packagist.org/packages/traderinteractive/solvemedia-client)
[](https://packagist.org/packages/traderinteractive/solvemedia-client)
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](http://getcomposer.org)! Simply add a dependency on
`traderinteractive/solvemedia-client` to your project's `composer.json` file such as:
```sh
composer require traderinteractive/solvemedia-client
```
## Documentation
Found in the [source](src) itself, take a look!
## Contact
Developers may be contacted at:
* [Pull Requests](https://github.com/traderinteractive/solvemedia-client-php/pulls)
* [Issues](https://github.com/traderinteractive/solvemedia-client-php/issues)
## Project Build
With a checkout of the code get [Composer](http://getcomposer.org) in your PATH and run:
```sh
./vendor/bin/phpunit
./vendor/bin/phpcs
```
There is also a [docker](http://www.docker.com/)-based [fig](http://www.fig.sh/) configuration that will execute the build inside a docker container. This is an easy way to build the application:
```sh
fig run build
```
For more information on our build process, read through out our [Contribution Guidelines](.github/CONTRIBUTING.md).