PHPackages                             liiijabn/laravel-azure-china-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. liiijabn/laravel-azure-china-blob-storage

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

liiijabn/laravel-azure-china-blob-storage
=========================================

Microsoft Azure China Blob Storage integration for Laravel's Storage API

1.0(7y ago)356MITPHP

Since Oct 30Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Liiijabn/laravel-azure-china-blob-storage)[ Packagist](https://packagist.org/packages/liiijabn/laravel-azure-china-blob-storage)[ RSS](/packages/liiijabn-laravel-azure-china-blob-storage/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

laravel-azure-china-blob-storage
================================

[](#laravel-azure-china-blob-storage)

Microsoft Azure China Blob Storage integration for Laravel's Storage API

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

[](#installation)

```
composer require liiijabn/laravel-azure-china-blob-storage

```

On Laravel versions before 5.5 you also need to add the service provider to `config/app.php` manually:

```
Liiijabn\LaravelAzureChinaBlobStorage\AzureChinaBlobStorageProvider::class,

```

or just register when you need it.

OK, next add some code to the `disks` section of `config/filesystems.php`:

```
'azure' => [
    'driver'    => 'azure',
    'name'      => env('AZURE_STORAGE_NAME'),
    'key'       => env('AZURE_STORAGE_KEY'),
    'container' => env('AZURE_STORAGE_CONTAINER'),
    'prefix'    => env('AZURE_STORAGE_PREFIX', ''),
],

```

Finally, add `AZURE_STORAGE_NAME`, `AZURE_STORAGE_KEY`, `AZURE_STORAGE_CONTAINER`, `AZURE_STORAGE_PREFIX`to your `.env` file.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2805d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13192646?v=4)[liiijabn](/maintainers/liiijabn)[@Liiijabn](https://github.com/Liiijabn)

---

Top Contributors

[![Liiijabn](https://avatars.githubusercontent.com/u/13192646?v=4)](https://github.com/Liiijabn "Liiijabn (1 commits)")

### Embed Badge

![Health badge](/badges/liiijabn-laravel-azure-china-blob-storage/health.svg)

```
[![Health](https://phpackages.com/badges/liiijabn-laravel-azure-china-blob-storage/health.svg)](https://phpackages.com/packages/liiijabn-laravel-azure-china-blob-storage)
```

###  Alternatives

[steffjenl/laravel-azure-blob-storage

Microsoft Azure Blob Storage integration for Laravel's Storage API

11165.0k](/packages/steffjenl-laravel-azure-blob-storage)[ijin82/flysystem-azure

Laravel 10+ adapter for Windows Azure (Fork/Hack of league/flysystem-azure)

1666.8k](/packages/ijin82-flysystem-azure)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
