mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-16 10:03:01 -07:00
399 B
399 B
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: