Skip to content

Commit 9fdbbd7

Browse files
Update README.md
1 parent c1eaee5 commit 9fdbbd7

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
# sdihub-php-client
2+
3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/shellrent/sdihub-php-client.svg?style=flat-square)](https://packagist.org/packages/shellrent/sdihub-php-client)
4+
25
PHP API client for SdI Shellrent Hub
36

47
## Installazione
5-
Aggiungere nel composer.json
68

7-
`"repositories": [
8-
{
9-
"type": "vcs",
10-
"url": "[email protected]:shellrent/sdihub-php-client.git"
11-
}
12-
],`
13-
14-
`"require": {
15-
"shellrent/sdihub-php-client": "dev-master"
16-
}`
9+
10+
Il pacchetto viene installato attraverso composer, e richiede PHP >= 7.0
11+
12+
```bash
13+
composer require shellrent/sdihub-php-client
14+
```
1715

1816

0 commit comments

Comments
 (0)