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 yesterday

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

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

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

1975d 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.5k6.0M777](/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.

60316.6M98](/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.

36826.2k2](/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.

26554.3k27](/packages/wordpress-php-ai-client)[toshy/bunnynet-php

BunnyNet API client for PHP

61220.4k15](/packages/toshy-bunnynet-php)[jane-php/open-api-runtime

Jane OpenAPI Runtime Library, dependencies and utility class for a library generated by jane/openapi

2111.9M136](/packages/jane-php-open-api-runtime)

PHPackages © 2026

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