PHPackages                             thinckx/laravel-podio-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. thinckx/laravel-podio-logger

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

thinckx/laravel-podio-logger
============================

Write your Laravel log messages to a Podio app of your choice

198PHPCI failing

Since Oct 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/thinckx/laravel-podio-logger)[ Packagist](https://packagist.org/packages/thinckx/laravel-podio-logger)[ RSS](/packages/thinckx-laravel-podio-logger/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Podio Logger
====================

[](#laravel-podio-logger)

Description
-----------

[](#description)

This package makes it easy to log your messages to a Podio app of your choice.

Requirements
------------

[](#requirements)

- php &gt;= 7.2
- Laravel &gt;= 6

Installation instructions
-------------------------

[](#installation-instructions)

1. Install using composer:

`composer require thinckx/laravel-podio-logger`

2. In `config/logging.php`, add the `podio` logging channel to the `channel` key:

```
'podio' => [
    'driver'        => 'monolog',
    'level'         => env('LOG_LEVEL', ''),
    'client_id'     => env('PODIO_LOG_CLIENT_ID', ''),
    'client_secret' => env('PODIO_LOG_CLIENT_SECRET', ''),
    'app_id'        => env('PODIO_LOG_APP_ID', ''),
    'app_token'     => env('PODIO_LOG_APP_TOKEN', ''),
    'handler'       => ThomasInckx\PodioLogger\PodioLoggerHandler::class,
    'app_name'      => env('APP_NAME', ''),
    'keys'          => [
        'level'     =>  'your-podio-app-level-field-name-or-id',
        'message'   =>  'your-podio-app-message-field-name-or-id',
        'app_name'  =>  'your-podio-app-appname-field-name-or-id'
    ]
]

```

3. Also in `config/logging.php`, add the `podio` channel to the `channels` array:

```
'stack' => [
    'driver' => 'stack',
    'channels' => ['podio', 'single'],
],

```

4. Don't forget to complete the `.env` file with the relevant info (see 2)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0907aa31772ed299ecf28e382c1ff64651e86d9b4ee40d40c03522ffc984930c?d=identicon)[thomas\_inckx](/maintainers/thomas_inckx)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/thinckx-laravel-podio-logger/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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