mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-03-12 05:35:22 -07:00
* Simplifies & beautifies everything * Introduces a new Class system. * Errors are defaulted to AWS's handler. * New function names & more efficient handling. * Should fix a majority of the errors. Please read the README for more!
18 lines
510 B
JSON
18 lines
510 B
JSON
{
|
|
"name": "sociallydev/spaces-api",
|
|
"description": "An API wrapper for DigitalOcean's Spaces object storage designed for easy use",
|
|
"type": "library",
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"aws/aws-sdk-php": "^3.52",
|
|
"guzzlehttp/guzzle": "^6.3",
|
|
"mtdowling/jmespath.php": "^2.4",
|
|
"psr/http-message": "^1.0"
|
|
},
|
|
"license": "MIT",
|
|
"authors": [{"name": "Devang Srivastava", "email": "hey@devang.dev", "homepage": "https://devang.dev"}],
|
|
"autoload": {
|
|
"files": ["spaces.php"]
|
|
}
|
|
}
|