Download the PHP package 5dvision/directo without Composer
On this page you can find all versions of the php package 5dvision/directo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download 5dvision/directo
More information about 5dvision/directo
Files in 5dvision/directo
Package directo
Short Description Production-ready PHP SDK for Directo XMLCore API
License MIT
Homepage https://5dvision.ee
Informations about the package directo
Directo PHP SDK
Production-ready PHP 8.2+ SDK for the Directo XMLCore API. Directo XMLCore Documentation
A modern, type-safe, and testable PHP SDK for integrating with the Directo ERP system via its XMLCore API. It provides a simple fluent interface for managing Customers, Items, Receipts, and more.
Installation
Requires PHP 8.2+.
⚡️ Get started by requiring the package using Composer:
Usage
For put() and putBatch(), use Directo IN schema names and @attributes on the record node. Parsed list() responses come back as XML attributes with @ prefixes such as @code and @name.
Documentation
| Topic | Description |
|---|---|
| Endpoints | |
| Customers | Customer records API (list, put, putBatch) |
| Items | Item/product records API (list, put, putBatch) |
| Receipts | Payment receipt records API (list) |
| XmlCore (Custom) | Custom queries (put, putArray, putRaw) |
| Guides | |
| Schema Validation | XSD validation configuration |
| Error Handling | Exception types and handling |
| Testing | Unit and integration testing |
| Adding Endpoints | Extending the SDK |
Configuration
License
MIT License. See LICENSE for details.
All versions of directo with dependencies
guzzlehttp/guzzle Version ^7.0
psr/log Version ^3.0
ext-dom Version *
ext-libxml Version *