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 2w ago

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

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity36

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.2B10.9k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1938.5M262](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2326.5M315](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)

PHPackages © 2026

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