PHPackages                             dominionenterprises/solvemedia-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. dominionenterprises/solvemedia-client

Abandoned → [traderinteractive/solvemedia-client](/?search=traderinteractive%2Fsolvemedia-client)Library[API Development](/categories/api)

dominionenterprises/solvemedia-client
=====================================

A library for accessing the Solve Media Api.

v1.0.0(8y ago)04.8k51MITPHPPHP ^7.0CI failing

Since Apr 21Pushed 8y ago20 watchersCompare

[ Source](https://github.com/traderinteractive/solvemedia-client-php)[ Packagist](https://packagist.org/packages/dominionenterprises/solvemedia-client)[ RSS](/packages/dominionenterprises-solvemedia-client/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (4)Versions (3)Used By (1)

solvemedia-client-php
=====================

[](#solvemedia-client-php)

[![Build Status](https://camo.githubusercontent.com/aa5c6c5eb5436e1aaa47f87a4c27586fa006f803479ca3a948f11a9f1152968e/68747470733a2f2f7472617669732d63692e6f72672f747261646572696e7465726163746976652f736f6c76656d656469612d636c69656e742d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/traderinteractive/solvemedia-client-php)[![Code Quality](https://camo.githubusercontent.com/6e5aecb585cdc7e7314cc1b702d78cc65f7e091f228055c007f623eb42aae220/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f747261646572696e7465726163746976652f736f6c76656d656469612d636c69656e742d7068702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/traderinteractive/solvemedia-client-php/?branch=master)[![Coverage Status](https://camo.githubusercontent.com/2106787e6b14dc7bad4484c99ba8040b4027332c023b92fa01bbf19b627579af/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f747261646572696e7465726163746976652f736f6c76656d656469612d636c69656e742d7068702f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/traderinteractive/solvemedia-client-php?branch=master)

[![Latest Stable Version](https://camo.githubusercontent.com/b51b5f0f2f7a1f140d38b7e7b2fab6e7b879120cc8f492211d9c967014315fea/68747470733a2f2f706f7365722e707567782e6f72672f747261646572696e7465726163746976652f736f6c76656d656469612d636c69656e742f762f737461626c65)](https://packagist.org/packages/traderinteractive/solvemedia-client)[![Latest Unstable Version](https://camo.githubusercontent.com/4bb9fdedcaca3e1e86e66a6a94b09094ac0c8220a3ba7265eff9c5b0793bb792/68747470733a2f2f706f7365722e707567782e6f72672f747261646572696e7465726163746976652f736f6c76656d656469612d636c69656e742f762f756e737461626c65)](https://packagist.org/packages/traderinteractive/solvemedia-client)[![License](https://camo.githubusercontent.com/9adba2997f4df0505d64171d792b56d6fb69719e77b9623d495f801c023ce97a/68747470733a2f2f706f7365722e707567782e6f72672f747261646572696e7465726163746976652f736f6c76656d656469612d636c69656e742f6c6963656e7365)](https://packagist.org/packages/traderinteractive/solvemedia-client)

[![Total Downloads](https://camo.githubusercontent.com/e9f78bfb5eece69680347a98aff0e2b43bf4b3d96d93cc1e1ef094257d6d5c0e/68747470733a2f2f706f7365722e707567782e6f72672f747261646572696e7465726163746976652f736f6c76656d656469612d636c69656e742f646f776e6c6f616473)](https://packagist.org/packages/traderinteractive/solvemedia-client)[![Monthly Downloads](https://camo.githubusercontent.com/86c37370137f76e0618db2357680bdc6fe5f639092dca769d95d82d26a8f8b21/68747470733a2f2f706f7365722e707567782e6f72672f747261646572696e7465726163746976652f736f6c76656d656469612d636c69656e742f642f6d6f6e74686c79)](https://packagist.org/packages/traderinteractive/solvemedia-client)[![Daily Downloads](https://camo.githubusercontent.com/4013cfbbda191d4ea31ba30015b24ce60099eed4125e33c22aef3668bb299dd1/68747470733a2f2f706f7365722e707567782e6f72672f747261646572696e7465726163746976652f736f6c76656d656469612d636c69656e742f642f6461696c79)](https://packagist.org/packages/traderinteractive/solvemedia-client)

A PHP client for the Solve Media CAPTCHA API.

Requirements
------------

[](#requirements)

solvemedia-client-php requires PHP 7.0 (or later).

Composer
--------

[](#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:

```
composer require traderinteractive/solvemedia-client
```

Documentation
-------------

[](#documentation)

Found in the [source](src) itself, take a look!

Contact
-------

[](#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
-------------

[](#project-build)

With a checkout of the code get [Composer](http://getcomposer.org) in your PATH and run:

```
./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:

```
fig run build
```

For more information on our build process, read through out our [Contribution Guidelines](.github/CONTRIBUTING.md).

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1403 days

Total

2

Last Release

2998d ago

Major Versions

v0.1.0 → v1.0.02018-02-22

PHP version history (2 changes)v0.1.0PHP &gt;=5.4.0

v1.0.0PHP ^7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29952359?v=4)[Trader Interactive](/maintainers/traderinteractive)[@traderinteractive](https://github.com/traderinteractive)

---

Top Contributors

[![chadicus](https://avatars.githubusercontent.com/u/1182337?v=4)](https://github.com/chadicus "chadicus (22 commits)")[![nubs](https://avatars.githubusercontent.com/u/57673?v=4)](https://github.com/nubs "nubs (6 commits)")[![chrisryan](https://avatars.githubusercontent.com/u/704326?v=4)](https://github.com/chrisryan "chrisryan (5 commits)")[![raybot](https://avatars.githubusercontent.com/u/1583780?v=4)](https://github.com/raybot "raybot (1 commits)")

---

Tags

captchasolvemediare-captcha

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/dominionenterprises-solvemedia-client/health.svg)

```
[![Health](https://phpackages.com/badges/dominionenterprises-solvemedia-client/health.svg)](https://phpackages.com/packages/dominionenterprises-solvemedia-client)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[2captcha/2captcha

PHP package for easy integration with 2captcha API

86430.0k3](/packages/2captcha-2captcha)[recaptcha/php5

A properly coded PHP 5 reCaptcha class that will allow you to interact with Google's reCaptcha API.

48694.0k4](/packages/recaptcha-php5)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
