PHPackages                             thoaud/ongoing-warehouse-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. [API Development](/categories/api)
4. /
5. thoaud/ongoing-warehouse-php

ActiveLibrary[API Development](/categories/api)

thoaud/ongoing-warehouse-php
============================

PHP client library for the Ongoing Warehouse Management System REST API

16PHPCI failing

Since Oct 9Pushed 7mo agoCompare

[ Source](https://github.com/thoaud/ongoing-warehouse-php)[ Packagist](https://packagist.org/packages/thoaud/ongoing-warehouse-php)[ RSS](/packages/thoaud-ongoing-warehouse-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Ongoing Warehouse API PHP Client
================================

[](#ongoing-warehouse-api-php-client)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a8835efbeeb8254c19a317f3af6da5355ee4622327bc451002d1d631ba7058b8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74686f6175642f6f6e676f696e672d77617265686f7573652d7068702e737667)](https://packagist.org/packages/thoaud/ongoing-warehouse-php)[![Total Downloads on Packagist](https://camo.githubusercontent.com/d3e85c01706c1e6792b25353e511f47858ca4d5f743696da1729726f020f6663/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74686f6175642f6f6e676f696e672d77617265686f7573652d7068702e737667)](https://packagist.org/packages/thoaud/ongoing-warehouse-php)[![License](https://camo.githubusercontent.com/59bc4bfad16d69910b941e9c791f6b0add7001daf2fd5143eff32712fe34c928/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f74686f6175642f6f6e676f696e672d77617265686f7573652d7068702e737667)](https://github.com/thoaud/ongoing-warehouse-php/blob/main/LICENSE)[![PHP Version](https://camo.githubusercontent.com/e0008fd1c1993681884e3588c5c47ad9808f9c17738421db9c14670694af4442/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f74686f6175642f6f6e676f696e672d77617265686f7573652d7068702e737667)](https://packagist.org/packages/thoaud/ongoing-warehouse-php)

A PHP client library for the Ongoing Warehouse Management System REST API. This library provides a convenient way to interact with the Ongoing WMS API from PHP applications.

Features
--------

[](#features)

- **Complete API Coverage**: All Ongoing WMS REST API endpoints are supported
- **Type Safety**: Full PHP type hints and return type declarations
- **PSR Standards**: Compliant with PSR-7, PSR-18, and PSR-4
- **Modern PHP**: Requires PHP 7.4+ with modern features
- **Composer Ready**: Easy installation via Composer
- **Well Documented**: Comprehensive PHPDoc comments

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

[](#installation)

### Via Composer

[](#via-composer)

```
composer require thoaud/ongoing-warehouse-php
```

### Manual Installation

[](#manual-installation)

1. Download the latest release
2. Extract to your project directory
3. Include the autoloader:

```
require_once 'path/to/ongoing-api-php/autoload.php';
```

Quick Start
-----------

[](#quick-start)

### Basic Configuration

[](#basic-configuration)

```
