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(1mo ago)0189MITPHPPHP ^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 1mo ago

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 90% of packages

Maintenance84

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

52d 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 (5 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

[illuminate/log

The Illuminate Log package.

6224.3M518](/packages/illuminate-log)[freshbitsweb/laravel-log-enhancer

Make debugging easier by adding more data to your laravel logs

346569.0k](/packages/freshbitsweb-laravel-log-enhancer)[honeybadger-io/honeybadger-laravel

Honeybadger Laravel integration

431.2M](/packages/honeybadger-io-honeybadger-laravel)[ytake/laravel-fluent-logger

fluent logger for laravel and lumen

63541.6k1](/packages/ytake-laravel-fluent-logger)[kitloong/laravel-app-logger

Laravel log for your application

101.2M8](/packages/kitloong-laravel-app-logger)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1286.2k](/packages/shaffe-laravel-mail-log-channel)

PHPackages © 2026

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