PHPackages                             alfiosalanitri/laravel-flask-logger - 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. alfiosalanitri/laravel-flask-logger

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

alfiosalanitri/laravel-flask-logger
===================================

A log handler for Laravel that sends logs to a Flask server started with https://github.com/alfiosalanitri/flask-log-monitor

v1.0.2(3mo ago)0432MITPHPPHP ^8.3

Since Oct 17Pushed 3mo agoCompare

[ Source](https://github.com/alfiosalanitri/laravel-flask-logger)[ Packagist](https://packagist.org/packages/alfiosalanitri/laravel-flask-logger)[ Docs](https://github.com/alfiosalanitri/laravel-flask-logger)[ RSS](/packages/alfiosalanitri-laravel-flask-logger/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (4)Versions (4)Used By (0)

Laravel Flask Logger
====================

[](#laravel-flask-logger)

A log handler for Laravel that sends logs to a Flask server running the [Flask Log Monitor](https://github.com/alfiosalanitri/flask-log-monitor) application.

> ⚠️ **Dependency:**This package requires a running instance of the Flask Log Monitor server. You can clone and start it from .

---

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

[](#installation)

```
composer require alfiosalanitri/laravel-flask-logger
```

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

[](#configuration)

You can publish the configuration file:

```
php artisan vendor:publish --tag=config
```

Or use the environment variables directly:

```
LOG_CHANNEL=stack
LOG_STACK=flask,daily
LOG_FLASK_URL=http://localhost:5000
LOG_FLASK_TOKEN=secret
```

Make sure your Flask Log Monitor server is running and reachable at the URL defined in `LOG_FLASK_URL`.

---

Usage
-----

[](#usage)

Send logs to your Flask server using the `flask` channel:

```
Log::channel('flask')->info('Test log sent to Flask!', ['foo'=>'bar']);
```

If the Flask server is unavailable, logs will automatically fall back to the local `daily` channel.

---

License
-------

[](#license)

MIT License © Alfio Salanitri

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance81

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

Total

3

Last Release

102d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ba4f9861d1df140c4f66a6bd63fa55ca1631e65818630774e1be83fd7797289b?d=identicon)[alfiosalanitri](/maintainers/alfiosalanitri)

---

Top Contributors

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

---

Tags

laravellaravel-package

### Embed Badge

![Health badge](/badges/alfiosalanitri-laravel-flask-logger/health.svg)

```
[![Health](https://phpackages.com/badges/alfiosalanitri-laravel-flask-logger/health.svg)](https://phpackages.com/packages/alfiosalanitri-laravel-flask-logger)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[illuminate/log

The Illuminate Log package.

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

A kafka driver for laravel

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

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[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)[grkamil/laravel-telegram-logging

Send logs to Telegram chat via Telegram bot

163509.2k](/packages/grkamil-laravel-telegram-logging)

PHPackages © 2026

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