willhoffmann / domuserp-php
PHP SDK for Domus ERP API
v1.0.0
2018-08-06 17:09 UTC
Requires
- php: ^5.6 || ^7.0
- guzzlehttp/guzzle: ^6.2
Requires (Dev)
- mockery/mockery: ^1.0@dev
- phpunit/phpunit: ~4.0 || ~5.0
- squizlabs/php_codesniffer: ^3.0@dev
This package is auto-updated.
Last update: 2025-03-13 22:44:25 UTC
README
PHP SDK Library for Domus ERP API
The purpose of this lib is to create an abstracted layer to facilitate the use of API in PHP projects.
Features:
- Compatible with the PSR-4 standard.
- Friendly commands to query the API.
Installation
The suggested installation method is via composer:
php composer require willhoffmann/domuserp-php
Usage
Check the wiki for detailed documentation.