PHPackages                             wordproof/api-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. wordproof/api-client

AbandonedArchivedLibrary[API Development](/categories/api)

wordproof/api-client
====================

WordProof API client

0.3.0(5y ago)1417MITPHPPHP ^7.1.3|^8.0

Since Mar 15Pushed 4y ago2 watchersCompare

[ Source](https://github.com/wordproof/api-client)[ Packagist](https://packagist.org/packages/wordproof/api-client)[ RSS](/packages/wordproof-api-client/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (5)Versions (7)Used By (0)

WordProof API client
====================

[](#wordproof-api-client)

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

[](#requirements)

- PHP 5.6.20 | ^7.0 | ^8.0
- cURL extension
- JSON extension

Install
-------

[](#install)

```
composer require wordproof/api-client

```

Usage
-----

[](#usage)

```

use WordProof\ApiClient\WordProofApi;

$wordproof = new WordProofApi('SOMEAPIKEY');

$response = $wordproof->timestamp()->post([
            'foo' => 'bar',
            'another_foo' => 'another_bar',
        ]);

```

You can specify some options:

```
use WordProof\ApiClient\WordProofApi;

$wordproof = new WordProofApi('SOMEAPIKEY');

$response = $wordproof->withOptions([
                'endpoint' => 'http://endpoint.com'
            ])
            ->timestamp()->post([
                'foo' => 'bar',
                'another_foo' => 'another_bar',
            ]);

```

You can use your own PSR Request and StreamFactory implementations:

```
use WordProof\ApiClient\WordProofApi;
use Laminas\Diactoros\Request;
use Laminas\Diactoros\StreamFactory;

$wordproof = new WordProofApi('SOMEAPIKEY');

$request = new Request(
        'http://endpoint.com',
        'POST',
        (new StreamFactory())->createStream(json_encode([
            'foo' => 'bar',
            'another_foo' => 'another_bar',
        ])),
        ['Content-Type' => 'application/json']
);

$response = $wordproof->sendRequest($request);

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~2 days

Total

5

Last Release

1930d ago

PHP version history (2 changes)0.0.1PHP ^7.4|^8.0

0.3.0PHP ^7.1.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e1aa91e7d85462cadfaa347208c949c9073e85a08fd966214c0f49bd7dcb92a?d=identicon)[Ryllaz](/maintainers/Ryllaz)

![](https://www.gravatar.com/avatar/7236ab10e84327a911cf577b41e56a933703ce313a3e9748625932c7b487eac0?d=identicon)[marijnbent](/maintainers/marijnbent)

---

Top Contributors

[![marijnbent](https://avatars.githubusercontent.com/u/11903095?v=4)](https://github.com/marijnbent "marijnbent (1 commits)")[![Ryllaz](https://avatars.githubusercontent.com/u/2822398?v=4)](https://github.com/Ryllaz "Ryllaz (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wordproof-api-client/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[mollie/mollie-api-php

Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.

60216.0M85](/packages/mollie-mollie-api-php)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[wordpress/php-ai-client

A provider agnostic PHP AI client SDK to communicate with any generative AI models of various capabilities using a uniform API.

26550.6k24](/packages/wordpress-php-ai-client)[toshy/bunnynet-php

BunnyNet API client for PHP

61206.9k14](/packages/toshy-bunnynet-php)[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

46688.8k5](/packages/deepseek-php-deepseek-php-client)

PHPackages © 2026

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