pushrbx / azureblob

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:PHP 37.4%Language:HTML 36.6%Language:CSS 17.4%Language:Shell 8.0%Language:ApacheConf 0.6%