PHPackages                             ermolinme/cloudlog - 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. ermolinme/cloudlog

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

ermolinme/cloudlog
==================

Package for CloudLog.me

v0.2.0(3y ago)082MITPHP

Since Oct 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ermolinme/cloudlog)[ Packagist](https://packagist.org/packages/ermolinme/cloudlog)[ RSS](/packages/ermolinme-cloudlog/feed)WikiDiscussions main Synced today

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

Library for CloudLog.me
=======================

[](#library-for-cloudlogme)

[CloudLog.me](https://cloudlog.me) - is simple logging system.

Using
-----

[](#using)

Just a few lines of code:

```
$apiToken = YOUR_TOKEN_HERE;
$channelId = YOUR_CHANNEL_ID_HERE;

$cloudLog = new CloudLog($apiToken);
$cloudLog->channel($channelId);
$cloudLog->tag('my_cool_tag'); //optional
$cloudLog->info('Hello world!', ['foo' => 'bar']);
$cloudLog->error('Whoops!');
$cloudLog->critical('OMG!');
```

That's all!

Laravel
-------

[](#laravel)

You can use this package as a Laravel logger.

```
php artisan vendor:publish --provider="Ermolinme\CloudLog\CloudLogServiceProvider" --tag="config"
```

Create log config in *config/logging.php*

```
...
'cloud' => [
    'driver' => 'custom',
    'via'    => \Ermolinme\CloudLog\CustomLogger::class,
    'level'  => 'debug',
],
...
```

And use it!

```
Log::channel('cloud')->info('Hello world');
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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 ~48 days

Total

5

Last Release

1153d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/ermolinme-cloudlog/health.svg)

```
[![Health](https://phpackages.com/badges/ermolinme-cloudlog/health.svg)](https://phpackages.com/packages/ermolinme-cloudlog)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.0k](/packages/craftcms-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M162](/packages/spatie-laravel-health)[illuminate/log

The Illuminate Log package.

6225.3M621](/packages/illuminate-log)[mateusjunges/laravel-kafka

A kafka driver for laravel

7253.6M21](/packages/mateusjunges-laravel-kafka)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)

PHPackages © 2026

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