File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Domus ERP for PHP
22
3+ [ ![ GitHub license] ( https://img.shields.io/github/license/Naereen/StrapDown.js.svg )] ( https://github.com/Naereen/StrapDown.js/blob/master/LICENSE )
34[ ![ Build Status] ( https://travis-ci.org/willhoffmann/domuserp-php.svg?branch=master )] ( https://travis-ci.org/willhoffmann/domuserp-php )
5+ [ ![ Downloads] ( https://img.shields.io/packagist/dt/willhoffmann/domuserp-php.svg?style=flat-square )] ( https://packagist.org/packages/willhoffmann/domuserp-php )
46
5- A PHP Library for Domus ERP API
7+ A PHP Library for Domus ERP API
8+
9+ The purpose of this lib is to create an abstracted layer to facilitate the use of API in PHP projects.
10+
11+ ** Features:**
12+
13+ * Compatible with the PSR-4 standard.
14+ * Friendly commands to query the API.
15+
16+ ## Installation
17+
18+ The suggested installation method is via [ composer] ( https://getcomposer.org/ ) :
19+
20+ ``` sh
21+ php composer require willhoffmann/domuserp-php
22+ ```
23+
24+ ## Usage
25+ Check the [ wiki] ( https://github.com/willhoffmann/domuserp-php/wiki ) for detailed documentation.
You can’t perform that action at this time.
0 commit comments