Giter Site home page Giter Site logo

azureblob / azureblob Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 4.0 14.32 MB

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

License: MIT License

PHP 56.48% CSS 12.14% Shell 5.05% Twig 26.34%

azureblob's Introduction

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.

azureblob's People

Contributors

dragonbe avatar fvanroey avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

azureblob's Issues

Remove hard coded baseURL

In the code it still has the hard coded baseURL. It should be removed so it can run on any server

When switching to another container, the blob is not accessible

For some reason when uploading an image, the following error popped up. It occurs rarely.

Error:

<Error>
  <Code>ResourceNotFound</Code>
  <Message>
    The specified resource does not exist. RequestId:4cee3c07-695d-471c-a61b-e38e3cc731b2 Time:2012-0626T12:56:03.1727466Z
  </Message>
</Error>```



Detect mime-types correctly during upload

At this current point in time we can upload all kinds of binaries, but it would be great if we could detect the mime-type during upload and add it as meta data to the uploaded file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.