mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-06 04:51:32 -07:00
An API wrapper for DigitalOcean's Spaces object storage designed for easy use.
aws | ||
LICENSE | ||
README.md | ||
spaces.php |
Spaces-API
An API wrapper for DigitalOcean's Spaces object storage designed for easy use.
Connecting
require_once("spaces.php");
$key = "EXAMPLE_KEY";
$secret = "EXAMPLE_SECRET";
$space = new SpacesConnect($key, $secret);
All available configurations: