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

ActiveLibrary

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 1mo ago

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

Maturity40

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

1108d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b58be9bf545aa67f430ec87f2a52aeb0970f62ceeb0dc5f0bb130624f7a0cf3?d=identicon)[ermolinme](/maintainers/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.6M2.6k](/packages/craftcms-cms)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[rareloop/lumberjack-core

A powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code

42155.0k19](/packages/rareloop-lumberjack-core)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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