Composer installation

Based on the discussion on this issue https://github.com/SociallyDev/Spaces-API/issues/2
This commit is contained in:
Abdel Hady Muhammad 2019-04-08 16:56:55 +02:00 committed by GitHub
parent 35f2e15d1d
commit ed901b6ae9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,13 @@
An API wrapper for DigitalOcean's Spaces object storage designed for easy use. An API wrapper for DigitalOcean's Spaces object storage designed for easy use.
### Installation
* **Using Composer**:
```sh
composer require sociallydev/spaces-api:dev-master
```
### Connecting ### Connecting
```php ```php
//Either: //Either:
@ -209,4 +216,4 @@ try {
## License ## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FSociallyDev%2FSpaces-API.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FSociallyDev%2FSpaces-API?ref=badge_large) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FSociallyDev%2FSpaces-API.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FSociallyDev%2FSpaces-API?ref=badge_large)