PHPackages                             koren-software/erplybooks-api-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. [API Development](/categories/api)
4. /
5. koren-software/erplybooks-api-php-client

ActiveLibrary[API Development](/categories/api)

koren-software/erplybooks-api-php-client
========================================

PHP Client to interact with Erply Books API

0.3.0(2y ago)12751[1 PRs](https://github.com/koren-software/erplybooks-api-php-client/pulls)MITPHPPHP ^7.4|^8.1CI failing

Since Jul 15Pushed 2y agoCompare

[ Source](https://github.com/koren-software/erplybooks-api-php-client)[ Packagist](https://packagist.org/packages/koren-software/erplybooks-api-php-client)[ RSS](/packages/koren-software-erplybooks-api-php-client/feed)WikiDiscussions master Synced today

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

[![Actions Status](https://github.com/koren-software/erplybooks-api-php-client/workflows/build/badge.svg)](https://github.com/koren-software/erplybooks-api-php-client/actions)[![Coverage Status](https://camo.githubusercontent.com/86c2c93769919a1082c9d531e60a90e49148bae539bffed3db6300e50156ea44/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6b6f72656e2d736f6674776172652f6572706c79626f6f6b732d6170692d7068702d636c69656e742f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/koren-software/erplybooks-api-php-client?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/8962a5681a26318b8559878124a0e01b2e90468a7e86672eefde67e5d0db1cd0/68747470733a2f2f706f7365722e707567782e6f72672f6b6f72656e2d736f6674776172652f6572706c79626f6f6b732d6170692d7068702d636c69656e742f762f737461626c65)](https://packagist.org/packages/koren-software/erplybooks-api-php-client)[![Total Downloads](https://camo.githubusercontent.com/1ef36a19dd28c8b0ac3e471625166ddb93e873f2ce01bd92a02b06511d6a7c32/68747470733a2f2f706f7365722e707567782e6f72672f6b6f72656e2d736f6674776172652f6572706c79626f6f6b732d6170692d7068702d636c69656e742f646f776e6c6f616473)](https://packagist.org/packages/koren-software/erplybooks-api-php-client)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)

[Erply Books API](https://www.erplybooks.com/api/) PHP client
=============================================================

[](#erply-books-api-php-client)

Install
-------

[](#install)

```
composer require koren-software/erplybooks-api-php-client
```

Usage
-----

[](#usage)

```
$token = ''; // Set your API token
$client = new Koren\ErplyBooks\Client($token);
```

### Get many

[](#get-many)

```
$response = $client->Invoices()->get(); // Koren\ErplyBooks\Response\ItemsResponse
```

### Get by ID

[](#get-by-id)

```
$response = $client->Invoices()->get(1); // Koren\ErplyBooks\Response\ItemResponse
```

### Predefined interfaces used

[](#predefined-interfaces-used)

```
$invoices = $client->Invoices()->get(); // Koren\ErplyBooks\Response\ItemsResponse

// Items response is iterable
foreach ($invoices as $invoice) {
    // Do something with $invoice
}

// Responses are jsonable
$json = json_decode($response); // json string of all items or item

// Responses are countable
$count = count($response); // integer (how many items were in response)
```

Development
-----------

[](#development)

- `composer build` - build by running tests and all code checks
- `composer test` - run PHPUnit
- `composer format` - format code against standards
- `composer phpcs` - run PHP Codesniffer against PSR-2 standards
- `composer phpmd` - run PHP Mess Detector
- `composer docs` - generate docs with PHP Documentator (expects `apigen/apigen` installed globally cause of conflicts)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~236 days

Recently: every ~295 days

Total

6

Last Release

945d ago

PHP version history (2 changes)0.1PHP ^7.3

0.2.0PHP ^7.4|^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/2300b3392c5534fe07c444ba2a0b3e12f745265a76683dbf8e61691032acb7a8?d=identicon)[renekorss](/maintainers/renekorss)

---

Top Contributors

[![renekorss](https://avatars.githubusercontent.com/u/1494080?v=4)](https://github.com/renekorss "renekorss (17 commits)")

---

Tags

api-clientapi-client-phperplyerplybooksphpphp-library

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/koren-software-erplybooks-api-php-client/health.svg)

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M647](/packages/sylius-sylius)[codedredd/laravel-soap

A SoapClient wrapper integration for Laravel

221516.6k3](/packages/codedredd-laravel-soap)[visualappeal/matomo-php-api

API wrapper for matomo

95230.3k](/packages/visualappeal-matomo-php-api)[craftpulse/craft-typesense

Craft Plugin that synchronises with Typesense

122.7k](/packages/craftpulse-craft-typesense)

PHPackages © 2026

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