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

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

heedworks/laravel-azure-blob-storage
====================================

Laravel wrapper for Azure Blob Storage. Uses Azure library from https://github.com/beberlei

120.2k↓33.3%PHP

Since Feb 16Pushed 12y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Installation
============

[](#installation)

Update your `composer.json` file to include this package as a dependency

```
"heedworks/laravel-azure-blob-storage": "dev-master"
```

Register the Loggr service provider by adding it to the providers array in the `app/config/app.php` file.

```
Heedworks\LaravelAzureBlobStorage\LaravelAzureBlobStorageServiceProvider

```

Alias the Azure Blob Storage facade by adding it to the aliases array in the `app/config/app.php` file.

```
'aliases' => array(
	'BlobStorage' => 'Heedworks\LaravelAzureBlobStorage\Facades\BlobStorage'
)
```

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

[](#configuration)

Copy the config file into your project by running

```
php artisan config:publish heedworks/laravel-azure-blob-storage

```

Edit the config file to include your Azure Blob Storage credentials.

Usage
=====

[](#usage)

This package leverages the Azure Blob Storage library from [beberlei](http://github.com/beberlei). Please see  for details.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/99c1cb272bb526146632c7e418c48dda5e4ea20a5cb7e23a4ee8e3a4124bc35e?d=identicon)[nealerickson](/maintainers/nealerickson)

---

Top Contributors

[![nealerickson](https://avatars.githubusercontent.com/u/49848?v=4)](https://github.com/nealerickson "nealerickson (2 commits)")

### Embed Badge

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

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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