PHPackages                             huhushow/monolog-azuretable - 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. huhushow/monolog-azuretable

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

huhushow/monolog-azuretable
===========================

A handler for Monolog that sends messages to Azure Table Stotage

1.0.2(10y ago)1254[1 issues](https://github.com/huhushow/monolog-azuretable/issues)MITPHP

Since Mar 24Pushed 10y ago1 watchersCompare

[ Source](https://github.com/huhushow/monolog-azuretable)[ Packagist](https://packagist.org/packages/huhushow/monolog-azuretable)[ Docs](https://github.com/huhushow/monolog-azuretable)[ RSS](/packages/huhushow-monolog-azuretable/feed)WikiDiscussions master Synced today

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

monolog-azuretable
==================

[](#monolog-azuretable)

Azure Table Storage Handler for Monolog, which allows to store log messages in a Azure Table Storage.

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

[](#installation)

monolog-azuretable is available via composer. Just add the following line to your required section in composer.json and do a `php composer.phar update`.

```
"huhushow/monolog-azuretable": ">1.0.0"

```

Usage
=====

[](#usage)

Just use it as any other Monolog Handler, push it to the stack of your Monolog Logger instance. The Handler however needs some parameters:

- **$client** TableRestProxy Instance of your Azure Storage account.
- **$table** The table name where the logs should be stored
- **$level** can be any of the standard Monolog logging levels. Use Monologs statically defined contexts. *Defaults to Logger::DEBUG*
- **$bubble** *Defaults to true*

Examples
========

[](#examples)

Given that $client is your TableRestProxy instance, you could use the class as follows:

```
//Import class
use AzureTableStorageHandler\AzureTableStorageHandler;

//Create AzureTableStorageHandler
$AzureTableStorageHandler = new AzureTableStorageHandler($client, "log", \Monolog\Logger::DEBUG);

//Create logger
$logger = new \Monolog\Logger($context);
$logger->pushHandler($AzureTableStorageHandler);

//Now you can use the logger, and further attach additional information
```

License
=======

[](#license)

This tool is free software and is distributed under the MIT license. Please have a look at the LICENSE file for further information.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

Every ~44 days

Total

3

Last Release

3662d ago

### Community

Maintainers

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

---

Top Contributors

[![huhushow](https://avatars.githubusercontent.com/u/4443545?v=4)](https://github.com/huhushow "huhushow (20 commits)")

---

Tags

logloggingazuremonolog

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/huhushow-monolog-azuretable/health.svg)

```
[![Health](https://phpackages.com/badges/huhushow-monolog-azuretable/health.svg)](https://phpackages.com/packages/huhushow-monolog-azuretable)
```

###  Alternatives

[inpsyde/wonolog

Monolog-based logging package for WordPress.

184631.3k7](/packages/inpsyde-wonolog)[logtail/monolog-logtail

Logtail handler for Monolog

233.5M3](/packages/logtail-monolog-logtail)[inpsyde/logzio-monolog

Logz.io integration for Monolog

181.2M1](/packages/inpsyde-logzio-monolog)[mero/yii2-monolog

The Monolog integration for the Yii framework.

41190.0k](/packages/mero-yii2-monolog)[jacklul/monolog-telegram

Monolog handler that sends logs through Telegram bot to any chat in HTML format

2469.4k2](/packages/jacklul-monolog-telegram)[mero/telegram-handler

Monolog handler to send log by Telegram

36114.6k](/packages/mero-telegram-handler)

PHPackages © 2026

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