PHPackages                             oanhnn/laravel-logzio - 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. oanhnn/laravel-logzio

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

oanhnn/laravel-logzio
=====================

Integrate Logz.io into PHP and Laravel 5.6+ Application

v1.1.1(5y ago)1062.8k↓25%6[1 issues](https://github.com/oanhnn/laravel-logzio/issues)MITPHPPHP ^7.1.3

Since Apr 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/oanhnn/laravel-logzio)[ Packagist](https://packagist.org/packages/oanhnn/laravel-logzio)[ Docs](https://github.com/oanhnn/laravel-logzio)[ RSS](/packages/oanhnn-laravel-logzio/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (7)Versions (11)Used By (0)

Introduction
============

[](#introduction)

[![Build Status](https://github.com/oanhnn/laravel-logzio/workflows/CI/badge.svg)](https://github.com/oanhnn/laravel-logzio/actions)[![Coverage Status](https://camo.githubusercontent.com/04332eeea73262880710c12bc4710368965e259d865c0b5fd8437262aec16531/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6769746875622f6f616e686e6e2f6c61726176656c2d6c6f677a696f2f6d61737465722e737667)](https://coveralls.io/github/oanhnn/laravel-logzio?branch=master)[![Latest Version](https://camo.githubusercontent.com/ffc3f4655e611bfe9f07ea69be6777437772f51c57ebdf93e57f689292b31673/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f616e686e6e2f6c61726176656c2d6c6f677a696f2e737667)](https://packagist.org/packages/oanhnn/laravel-logzio)[![Total Downloads](https://camo.githubusercontent.com/af9690a68d6ebb4e4b5e774a62ba1d53bab5d35d461db513d5ff0563999b2f28/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f616e686e6e2f6c61726176656c2d6c6f677a696f2e737667)](https://packagist.org/packages/oanhnn/laravel-logzio)[![Requires PHP](https://camo.githubusercontent.com/2db8033cc767c2dc54430e5c83bbdd511c971ba788a70a623d9110af54187510/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7068702d762f6f616e686e6e2f6c61726176656c2d6c6f677a696f2e737667)](https://travis-ci.org/oanhnn/laravel-logzio)[![Software License](https://camo.githubusercontent.com/bc93874c6d9e6c27d6ff4213be182c081a2277830c1e67a35e2dc819d4dfbe3a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6f616e686e6e2f6c61726176656c2d6c6f677a696f2e737667)](https://github.com/oanhnn/laravel-logzio/blob/master/LICENSE)

Easy integrate [Logz.io](https://logz.io) into PHP and [Laravel](https://laravel.com) 5.6+ Application

Main features
-------------

[](#main-features)

- Make Logz.io handler for [Monolog](https://packagist.org/packages/monolog/monolog)
- Make `logzio` driver for integrate Logz.io into Laravel Application

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

[](#requirements)

- php &gt;=7.1.3
- Laravel 6.0+ (when using with Laravel)

> We tested with Laravel 6.0+ and php 7.2+ . But it can working with Laravel 5.6+ and php &gt;= 7.1.3

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

[](#installation)

Begin by pulling in the package through Composer.

```
$ composer require oanhnn/laravel-logzio
```

Usage
-----

[](#usage)

### PHP (non Laravel)

[](#php-non-laravel)

```
