mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-06 04:51:32 -07:00
Composer installation
Based on the discussion on this issue https://github.com/SociallyDev/Spaces-API/issues/2
This commit is contained in:
parent
35f2e15d1d
commit
ed901b6ae9
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||||
[](https://app.fossa.io/projects/git%2Bgithub.com%2FSociallyDev%2FSpaces-API?ref=badge_large)
|
[](https://app.fossa.io/projects/git%2Bgithub.com%2FSociallyDev%2FSpaces-API?ref=badge_large)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue