Report this

What is the reason for this report?

Whats the best way to use digital ocean spaces upload API with a PHP project ?

Posted on October 8, 2018

I am panning to use spaces as my image storage system. Is there any API available for the spaces thats compatible with PHP project. Is there any good example for doing this.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

I submitted an answer with the aws api (unfortunately 25MB+ code) [there] but look the bright side: you might integrate with dropbox or google cloud!

Hi,

If you have CURL you might want to check out this class https://github.com/tpyo/amazon-s3-php-class.

Just be sure to replace all references to ‘s3.amazonaws.com’ in the class with your DO Spaces endpoint.

I’m looking for a simpler approach, or more one that doesn’t require me to install the beast known as the AWS SDK (that thing is huge), plus I’d like to not use guzzler (again super heavy) and use symfony’s lighter HTTP client.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.