PHPackages                             numinc/logzi-php-sdk - 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. numinc/logzi-php-sdk

ActiveLibrary[API Development](/categories/api)

numinc/logzi-php-sdk
====================

A PHP wrapper for the Logzi ERP REST API

v1.0(2y ago)122↓100%1MITPHPPHP &gt;= 7.1.0

Since Oct 16Pushed 1mo agoCompare

[ Source](https://github.com/numinc/logzi-php-sdk)[ Packagist](https://packagist.org/packages/numinc/logzi-php-sdk)[ RSS](/packages/numinc-logzi-php-sdk/feed)WikiDiscussions master Synced 1mo ago

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

logzi-php-sdk
=============

[](#logzi-php-sdk)

logzi-php-sdk is a PHP library for [logzi ERP](https://www.logzi.com/).

Installation
------------

[](#installation)

```
composer require numinc/logzi-php-sdk:dev-master

```

Usage
-----

[](#usage)

```
require __DIR__ . '/vendor/autoload.php';

$booking_client = new Numinc\Logzi\Booking_model(array(
	"api_key" => "REPLACE_WITH_YOUR_API_KEY"
));

$booking_list = $booking_client->get_list(array(
	"list_offset" => 0,
	"list_condition" => array(
		// conditions
	),
));
print_r($booking_list);
```

Please find the API endpoints [here](https://www.logzi.com/help-center/dokumentacio).

Contributing
------------

[](#contributing)

For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

FAQ
---

[](#faq)

[Terms and Conditions](https://www.logzi.com/dokumentum/aszf)

[Privacy Policies](https://www.numinc.com/dokumentum/adatvedelem)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance62

Regular maintenance activity

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 96.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

936d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5863782f3f02bbe3bcbcaf9c5df8fc78ecb35d782386d9fb4ac681fcb8fafcbc?d=identicon)[attilalenart](/maintainers/attilalenart)

---

Top Contributors

[![attilalenart](https://avatars.githubusercontent.com/u/76618318?v=4)](https://github.com/attilalenart "attilalenart (31 commits)")[![lonestaroll](https://avatars.githubusercontent.com/u/695582?v=4)](https://github.com/lonestaroll "lonestaroll (1 commits)")

---

Tags

apiLogzi

### Embed Badge

![Health badge](/badges/numinc-logzi-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/numinc-logzi-php-sdk/health.svg)](https://phpackages.com/packages/numinc-logzi-php-sdk)
```

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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