I am building API's using Phalcon Micro framework. I would like to upload/download files as raw data(byte code format) into my AWS S3 bucket folder. Is there a way of doing this without using the AWS SDK for PHP ? Or can I use the AWS SDK for PHP without having to put the whole SDK folder inside my project ?
Any help is highly appreciated.