Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandoCaprio authored Dec 28, 2020
1 parent c1eaee5 commit 9fdbbd7
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
# sdihub-php-client

[![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)

PHP API client for SdI Shellrent Hub

## Installazione
Aggiungere nel composer.json

`"repositories": [
{
"type": "vcs",
"url": "[email protected]:shellrent/sdihub-php-client.git"
}
],`

`"require": {
"shellrent/sdihub-php-client": "dev-master"
}`

Il pacchetto viene installato attraverso composer, e richiede PHP >= 7.0

```bash
composer require shellrent/sdihub-php-client
```


0 comments on commit 9fdbbd7

Please sign in to comment.