PHPackages                             blue32a/monolog-azure-blob - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. blue32a/monolog-azure-blob

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

blue32a/monolog-azure-blob
==========================

Azure Blob Storage Handler for Monolog

v0.2.1(5y ago)01.1k1MITPHPPHP ^7.2CI failing

Since May 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/blue32a/monolog-azure-blob)[ Packagist](https://packagist.org/packages/blue32a/monolog-azure-blob)[ RSS](/packages/blue32a-monolog-azure-blob/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

monolog-azure-blob
==================

[](#monolog-azure-blob)

[![Test](https://github.com/blue32a/monolog-azure-blob/workflows/Test/badge.svg)](https://github.com/blue32a/monolog-azure-blob/workflows/Test/badge.svg)

About
-----

[](#about)

Azure Blob Storage Handler for [Monolog](https://github.com/Seldaek/monolog).

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

[](#installation)

```
$ composer require blue32a/monolog-azure-blob
```

Usage
-----

[](#usage)

`Append Blob` must be created.

```
$connection = 'DefaultEndpointsProtocol=https;AccountName=;AccountKey=';
$client = \MicrosoftAzure\Storage\Blob\BlobRestProxy::createBlobService($connection);

$logger = new \Monolog\Logger();

$handler = \Blue32a\Monolog\Handler\AzureBlobStorageHandler($client, 'container', 'append-blob.log');
$logger->pushHandler($handler);

// Write to Append Blob
$logger->info('Hello World!');
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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.

###  Release Activity

Cadence

Every ~65 days

Total

3

Last Release

2048d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/69a0bd5db8cac8aca15e92e9131a12a0123f95803e6eb569e7a57542166fde05?d=identicon)[Blue32A](/maintainers/Blue32A)

---

Top Contributors

[![blue32a](https://avatars.githubusercontent.com/u/3939507?v=4)](https://github.com/blue32a "blue32a (22 commits)")

---

Tags

azure-blobmonolog-handlerphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/blue32a-monolog-azure-blob/health.svg)

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

###  Alternatives

[symfony/monolog-bridge

Provides integration for Monolog with various Symfony components

2.6k189.7M258](/packages/symfony-monolog-bridge)[rollbar/rollbar

Monitors errors and exceptions and reports them to Rollbar

33723.7M82](/packages/rollbar-rollbar)[illuminate/log

The Illuminate Log package.

6224.3M518](/packages/illuminate-log)[honeybadger-io/honeybadger-php

Honeybadger PHP library

381.5M4](/packages/honeybadger-io-honeybadger-php)[graycore/magento2-stdlogging

A Magento 2 module that changes all logging handlers to stdout

2382.6k](/packages/graycore-magento2-stdlogging)

PHPackages © 2026

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