PHPackages                             webiq/earny-php-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. webiq/earny-php-client

ActiveLibrary

webiq/earny-php-client
======================

Simple Earny API client

1.2.1(10y ago)010proprietaryPHP

Since Apr 26Pushed 8y ago2 watchersCompare

[ Source](https://github.com/webiq/earny-php-client)[ Packagist](https://packagist.org/packages/webiq/earny-php-client)[ Docs](http://www.earny.nl)[ RSS](/packages/webiq-earny-php-client/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Earny API Client
================

[](#earny-api-client)

Simple wrapper for the [Earny](http://www.earny.nl)!

Examples. For more information about the Earny API, visit their [documentation](https://www.earny.nl/apidocs) page.

Use this source at your own risk. Please report any bugs or improvements.

##### Add Draft

[](#add-draft)

```
$earny_data = [
    'idcontact' => 1,
    'idpaymentmethod' => 2,
    'idtemplate' => 3,
    'language' => 'nl',
    'rules' => [[
        'idcategory' => 4,
        'idvatgroup' => 5,
        'productcode' => 6,
        'name' => 'Some Product name',
        'description' => 'Some cool description'
        'price' => 10.00,
        'amount' => 2
    ]],
];

// insert into the database
$earny = new Earny\Earny('your@username.com', 'withyourpassword');
$result = $earny->addDraft($earny_data);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 88.9% 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

Unknown

Total

1

Last Release

3665d ago

### Community

---

Top Contributors

[![GerdonAbbink](https://avatars.githubusercontent.com/u/11475926?v=4)](https://github.com/GerdonAbbink "GerdonAbbink (8 commits)")[![sanderpeters](https://avatars.githubusercontent.com/u/2738005?v=4)](https://github.com/sanderpeters "sanderpeters (1 commits)")

### Embed Badge

![Health badge](/badges/webiq-earny-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/webiq-earny-php-client/health.svg)](https://phpackages.com/packages/webiq-earny-php-client)
```

PHPackages © 2026

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