PHPackages                             dansmaculotte/inventoryplanner-php - 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. dansmaculotte/inventoryplanner-php

ActiveLibrary

dansmaculotte/inventoryplanner-php
==================================

PHP SDK for Inventory Planner API

0125[2 PRs](https://github.com/dansmaculotte/inventoryplanner-php/pulls)PHP

Since May 30Pushed 3y ago2 watchersCompare

[ Source](https://github.com/dansmaculotte/inventoryplanner-php)[ Packagist](https://packagist.org/packages/dansmaculotte/inventoryplanner-php)[ RSS](/packages/dansmaculotte-inventoryplanner-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Inventory Planner API PHP SDK
=============================

[](#inventory-planner-api-php-sdk)

Please refer to Inventory Planner documentation for API specifications.

[Documentation](http://help.inventory-planner.com/using-inventory-planner/inventory-planner-api/inventory-planner-public-api)

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

[](#installation)

You can install the package via composer:

```
composer require dansmaculotte/inventoryplanner-php
```

Usage
-----

[](#usage)

### Purchase Order

[](#purchase-order)

#### List purchase orders

[](#list-purchase-orders)

```
use DansMaCulotte\InventoryPlanner\PurchaseOrder;

$po = new PurchaseOrder(API_KEY, ACCOUNT_ID);
$results = $po->list();

print_r($results['purchase-orders']);
```

#### Get opened purchase orders

[](#get-opened-purchase-orders)

```
use DansMaCulotte\InventoryPlanner\PurchaseOrder;

$po = new PurchaseOrder(API_KEY, ACCOUNT_ID);
$results = $po->listOpened();

print_r($results['purchase-orders']);
```

#### Get purchase order by Id

[](#get-purchase-order-by-id)

```
use DansMaCulotte\InventoryPlanner\PurchaseOrder;

$po = new PurchaseOrder(API_KEY, ACCOUNT_ID);
$results = $po->getById('aaaaaabbbbbbccccccdddddd');

print_r($results['purchase-order']);
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/498465?v=4)[Gaël Reyrol](/maintainers/GaelReyrol)[@gaelreyrol](https://github.com/gaelreyrol)

![](https://www.gravatar.com/avatar/777575bd441b3393f38a0865d5365a071c18e0989b5a4c9fc90426217876085a?d=identicon)[romain-dmc](/maintainers/romain-dmc)

---

Top Contributors

[![gaelreyrol](https://avatars.githubusercontent.com/u/498465?v=4)](https://github.com/gaelreyrol "gaelreyrol (10 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![rtouze](https://avatars.githubusercontent.com/u/917039?v=4)](https://github.com/rtouze "rtouze (2 commits)")

---

Tags

inventory-plannerinventory-planner-apiphp

### Embed Badge

![Health badge](/badges/dansmaculotte-inventoryplanner-php/health.svg)

```
[![Health](https://phpackages.com/badges/dansmaculotte-inventoryplanner-php/health.svg)](https://phpackages.com/packages/dansmaculotte-inventoryplanner-php)
```

PHPackages © 2026

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