PHPackages                             meloncut/laravel-ali-log - 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. meloncut/laravel-ali-log

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

meloncut/laravel-ali-log
========================

async ALi log service collection

2721PHPCI failing

Since Nov 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/meloncut/laravel-alilog)[ Packagist](https://packagist.org/packages/meloncut/laravel-ali-log)[ RSS](/packages/meloncut-laravel-ali-log/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-alilog
==============

[](#laravel-alilog)

ali cloud log service for laravel framework

quick start
-----------

[](#quick-start)

```
composer require meloncut/laravel-ali-log "dev-master"

```

provider register
-----------------

[](#provider-register)

```
add a row to config/app.php
'providers' => [
        ... //other providers
        Meloncut\AliLog\AliCloudLogProvider::class
],

```

Log config set
--------------

[](#log-config-set)

```
add the following to config/logging.php

'alilog' => [
    'endpoint' => 'xxxxxx',  //Ali Log endpoint
    'access_key_id' => 'xxxxx', //Ali AccessKeyId
    'access_key' => 'xxxxx', //Ali AccessKey
    'project' => 'xxxx', //Log project
    'log_store' => 'xxxxx', //Log store
    'topic' => 'xxxx' //not necessary
    'resource' => 'xxxx' // not necessary
]

for details

```

[ Ali Cloud Log ocument](https://help.aliyun.com/document_detail/54604.html?spm=a2c4g.11186623.6.574.217555e7Jj1PFD)

Log level
---------

[](#log-level)

```
use laravel Log Level

for details config/app.php 'log_level'

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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/34af21c9160c273c6e104f12070510d774eb053d9ff54c15b062165988aa8c12?d=identicon)[meloncut](/maintainers/meloncut)

---

Top Contributors

[![meloncut](https://avatars.githubusercontent.com/u/52814130?v=4)](https://github.com/meloncut "meloncut (1 commits)")

### Embed Badge

![Health badge](/badges/meloncut-laravel-ali-log/health.svg)

```
[![Health](https://phpackages.com/badges/meloncut-laravel-ali-log/health.svg)](https://phpackages.com/packages/meloncut-laravel-ali-log)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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