PHPackages                             senzidee/monolog-parseable-handler - 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. senzidee/monolog-parseable-handler

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

senzidee/monolog-parseable-handler
==================================

Monolog Handler for send logs to parseable in json through http

1.0.2(11mo ago)1248MITPHPPHP &gt;=8.1CI passing

Since Jun 9Pushed 10mo agoCompare

[ Source](https://github.com/senzidee/monolog-parseable-handler)[ Packagist](https://packagist.org/packages/senzidee/monolog-parseable-handler)[ Docs](https://github.com/senzidee/monolog-parseable-handler)[ RSS](/packages/senzidee-monolog-parseable-handler/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (2)Used By (0)

Monolog Parseable Handler
=========================

[](#monolog-parseable-handler)

A PHP library that provides a [Monolog](https://github.com/Seldaek/monolog) handler for sending logs to [Parseable](https://parseable.com/) - a cloud-native log analytics platform.

[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)[![PHP Version](https://camo.githubusercontent.com/6b84e9311750c972da98b6d521269a76c32b8928b672000d4a8c5dd7ac866d09/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253345253344382e312d626c75652e737667)](https://php.net/)

Features
--------

[](#features)

- **Clean Architecture**: Built with dependency injection and hexagonal architecture principles
- **PSR-3 Compliant**: Fully compatible with PSR-3 logging standards through Monolog
- **Batch Processing**: Supports both individual and batch log processing
- **Configurable**: Flexible configuration for different Parseable instances
- **Type Safe**: Full PHP 8.1+ type declarations with Psalm static analysis
- **Testable**: Comprehensive test suite with mocked dependencies

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

[](#requirements)

- PHP 8.1 or higher
- ext-curl
- Monolog 3.0+

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

[](#installation)

Install via Composer:

```
composer require senzidee/monolog-parseable-handler
```

Quick Start
-----------

[](#quick-start)

```
