AzureBlob is a tool that allows you to manage blob storage containers and files on Microsoft Azure Blob Storage. It allows you to simply create and remove containers, upload, update or remove files for your PHP applications.
Simplicity is key, so we use Silex with Twig templates to provide a front-end. In the background we use a simple wrapper AzureBlob class that will proxy everything through to WindowsAzure SDK for PHP.
All dependencies are loaded through Composer.
You can try it out yourself by visiting azureblob.azurewebsites.net. You need to have already an existing Azure Blob Storage configured on Microsoft Azure. If you're interested in trying it out, sign up for a free trial at Microsoft Azure.
- Implement proper validation
- Implement Redis Caching for session data
This work is MIT licenced. Please read the LICENCE for more details.