PHPackages                             league/flysystem-azure - 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. league/flysystem-azure

Abandoned → [league/flysystem-azure-blob-storage](/?search=league%2Fflysystem-azure-blob-storage)ArchivedLibrary[File &amp; Storage](/categories/file-storage)

league/flysystem-azure
======================

Flysystem adapter for Windows Azure

1.0.4(9y ago)34257.7k↓49.4%40[8 issues](https://github.com/thephpleague/flysystem-azure/issues)[4 PRs](https://github.com/thephpleague/flysystem-azure/pulls)18MITPHPPHP &gt;=5.5.0

Since Jan 21Pushed 8y ago3 watchersCompare

[ Source](https://github.com/thephpleague/flysystem-azure)[ Packagist](https://packagist.org/packages/league/flysystem-azure)[ RSS](/packages/league-flysystem-azure/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (4)Versions (6)Used By (18)

League\\Flysystem\\Azure \[BETA\]
=================================

[](#leagueflysystemazure-beta)

[![Author](https://camo.githubusercontent.com/bf87237874a25aebcf58b7f23dfdeb9098e58b5c011ca83aed2b6e519a392d84/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d406672616e6b64656a6f6e67652d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/frankdejonge)[![Build Status](https://camo.githubusercontent.com/0a0cc4b37bf629ac466b24d07c9340098ed5bebf0c29cb29f230974ea38bed72/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7468657068706c65616775652f666c7973797374656d2d617a7572652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/thephpleague/flysystem-azure)[![Coverage Status](https://camo.githubusercontent.com/dfcbdc4408c83cab9949e53dc93970da3269209602973f13fc07399cf1aedcf4/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f7468657068706c65616775652f666c7973797374656d2d617a7572652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/thephpleague/flysystem-azure)[![Quality Score](https://camo.githubusercontent.com/2e7052cbabc657d6be46ab426d73b29d256bdfca8d9e382b2b57813e1457f427/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7468657068706c65616775652f666c7973797374656d2d617a7572652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/thephpleague/flysystem-azure)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

This is a Flysystem adapter for the Windows Azure.

First ensure the pear repository is added to you `composer.json` file.

```
"repositories": [
    {
        "type": "pear",
        "url": "http://pear.php.net"
    }
],
```

Then install the latest version of the adapter using:

```
composer require league/flysystem-azure
```

Bootstrap
=========

[](#bootstrap)

```
