PHPackages                             butterfly-team/azure-blob-storage - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. butterfly-team/azure-blob-storage

ActiveLibrary[File &amp; Storage](/categories/file-storage)

butterfly-team/azure-blob-storage
=================================

Small library to access Microsoft Windows Azure Blob Storage with a Service or a StreamWrapper.

1.0.1(5y ago)069New BSDPHP

Since May 7Pushed 5y ago4 watchersCompare

[ Source](https://github.com/butterfly-team/azure-blob-storage)[ Packagist](https://packagist.org/packages/butterfly-team/azure-blob-storage)[ RSS](/packages/butterfly-team-azure-blob-storage/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (3)Used By (0)

Azure Blob Storage
==================

[](#azure-blob-storage)

Small library that allows you to work with Windows Azure Blob Storage from PHP.

The code is forked and adapted from the [PHP Azure SDK](http://phpazure.codeplex.com/). It was cleaned up slightly and removed all its dependencies to be very leightweight.

You can work with Windows Azure Blob from any platform (Windows or Linux) and only need an Azure storage account to get started.

Features:

- Programmatic API to work with blobs
- Containers Management (Private or Public)
- Streamwrapper
- ACLs

Installation
------------

[](#installation)

Suggested via composer:

```
{
    "require": {
        "beberlei/azure-blob-storage": "*"
    }
}

```

Then using the composer binary:

```
prompt> php composer.phar install

```

Configuration
=============

[](#configuration)

```
