PHPackages                             beberlei/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. beberlei/azure-blob-storage

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

beberlei/azure-blob-storage
===========================

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

v1.0(14y ago)2352.4k↓41.7%12[1 PRs](https://github.com/beberlei/azure-blob-storage/pulls)2New BSDPHP

Since May 7Pushed 10y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (2)

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

[](#azure-blob-storage)

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

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 files/blobs
- Streamwrapper
- Containers Management (Private or Public)
- ACLs

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

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

[](#installation)

Suggested via composer:

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

```

Then using the composer binary:

```
prompt> php composer.phar install

```

Configuration
-------------

[](#configuration)

```
