PHPackages                             liukaho/logger-azure - 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. liukaho/logger-azure

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

liukaho/logger-azure
====================

send your log to azure account storeage

1.0.0(7y ago)08MITPHP

Since Dec 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/LiuKaHo/logger-azure)[ Packagist](https://packagist.org/packages/liukaho/logger-azure)[ RSS](/packages/liukaho-logger-azure/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

 logger-azure
==============

[](#-logger-azure-)

 send your log to azure account storeage.

Installing
----------

[](#installing)

```
$ composer require liukaho/logger-azure -vvv
```

Usage
-----

[](#usage)

在`config/logging.php` 的 `channel` 中添加下面代码:

```
'azure' => [
    'driver'  => 'monolog',
    'level' => 'debug',
    'handler' => Liukaho\LoggerAzure\AzureLogHandler::class,
    'handler_with' => [
        'default_endpoints_protocol' => env('DefaultEndpointsProtocol', 'https'),
        'account_name' => env('AccountName', 'AccountName'),
        'account_key' => env('AccountKey', 'AccountKey'),
        'queue_name' => env('Azure_Storage_QueueName', 'Azure_Storage_QueueName'),
        'queue_endpoint' => env('QueueEndpoint', ''),   //中国区 azure 需要传这个
    ],
],
```

修改`.env`中`LOG_CHANNEL = azure`即可使用

License
-------

[](#license)

MIT

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

2741d ago

### Community

Maintainers

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

---

Top Contributors

[![liukaho](https://avatars.githubusercontent.com/u/15521041?v=4)](https://github.com/liukaho "liukaho (3 commits)")

### Embed Badge

![Health badge](/badges/liukaho-logger-azure/health.svg)

```
[![Health](https://phpackages.com/badges/liukaho-logger-azure/health.svg)](https://phpackages.com/packages/liukaho-logger-azure)
```

###  Alternatives

[symfony/monolog-bridge

Provides integration for Monolog with various Symfony components

2.6k198.8M328](/packages/symfony-monolog-bridge)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[spatie/flare-client-php

Send PHP errors to Flare

177156.9M21](/packages/spatie-flare-client-php)[illuminate/log

The Illuminate Log package.

6225.0M603](/packages/illuminate-log)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[grkamil/laravel-telegram-logging

Send logs to Telegram chat via Telegram bot

161493.0k](/packages/grkamil-laravel-telegram-logging)

PHPackages © 2026

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