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)0417MITPHPPHP ^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 1w 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 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

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

1883d 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.4k5.6M651](/packages/sylius-sylius)[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k22.6M232](/packages/openai-php-client)[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.

26236.6k14](/packages/wordpress-php-ai-client)[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.

59914.4M62](/packages/mollie-mollie-api-php)[intercom/intercom-php

Intercom API client.

30320.5M26](/packages/intercom-intercom-php)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)

PHPackages © 2026

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