Skip to content

Sometimes you just need to browse your blob storage, therefor I created a simple PHP tool that just does that.

License

Notifications You must be signed in to change notification settings

AzureBlob/azureblob

Repository files navigation

AzureBlob

Introduction

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.

Web Frontend

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.

Roadmap

  • Implement proper validation
  • Implement Redis Caching for session data

Licence

This work is MIT licenced. Please read the LICENCE for more details.

About

Sometimes you just need to browse your blob storage, therefor I created a simple PHP tool that just does that.

Resources

License

Stars

Watchers

Forks

Packages