Skip to content

Commit 7536c9f

Browse files
authored
Update README.md
1 parent d060edd commit 7536c9f

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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.

0 commit comments

Comments
 (0)