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.5k↓28.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 yesterday

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 41% 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)
```

PHPackages © 2026

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