PHPackages                             cirelramos/logs - 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. [Database &amp; ORM](/categories/database)
4. /
5. cirelramos/logs

ActiveLibrary[Database &amp; ORM](/categories/database)

cirelramos/logs
===============

package to log routines and sql query

1.0.13(3y ago)09016MITPHPPHP ^7.4|^8.0

Since Mar 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/cirelramos/log)[ Packagist](https://packagist.org/packages/cirelramos/logs)[ RSS](/packages/cirelramos-logs/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (4)Versions (14)Used By (6)

logs
====

[](#logs)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

About
-----

[](#about)

The `logs` package to send logs to console with extra info and catch query sql .

##### [Tutorial how create composer package](https://cirelramos.blogspot.com/2022/04/how-create-composer-package.html)

[](#tutorial-how-create-composer-package)

Installation
------------

[](#installation)

Require the `cirelramos/logs` package in your `composer.json` and update your dependencies:

```
composer require cirelramos/logs
```

Configuration
-------------

[](#configuration)

set provider

```
'providers' => [
    // ...
    Cirelramos\Logs\Providers\ServiceProvider::class,
],
```

The defaults are set in `config/logs.php`. Publish the config to copy the file to your own config:

```
php artisan vendor:publish --provider="Cirelramos\Logs\Providers\ServiceProvider"
```

> **Note:** this is necessary to you can change default config

Usage
-----

[](#usage)

add provider in config/app.php

```
    'providers' => [
        Cirelramos\Logs\Providers\QueryLogProvider::class,
   ]
```

```
$extraValues['test'] = 1;
LogConsoleFacade::full()->tracker()->log('your message', $extraValues);
```

License
-------

[](#license)

Released under the MIT License, see [LICENSE](LICENSE).

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community15

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

Every ~23 days

Recently: every ~51 days

Total

13

Last Release

1276d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8946ad934686a343e76ab45b0284610330fef041208a0cbb47092afbc902e6b9?d=identicon)[cirelramos](/maintainers/cirelramos)

---

Top Contributors

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

---

Tags

loglaraveldatabase

### Embed Badge

![Health badge](/badges/cirelramos-logs/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M129](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M129](/packages/roots-acorn)[api-platform/laravel

API Platform support for Laravel

58170.4k13](/packages/api-platform-laravel)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k90.5k1](/packages/mike-bronner-laravel-model-caching)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

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