PHPackages                             michabbb/logentries - 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. michabbb/logentries

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

michabbb/logentries
===================

A PHP PSR-3 compliant logging class for LogEntries service (https://logentries.com/)

1.0.4(8y ago)057MITPHPPHP &gt;=5.3

Since Aug 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/michabbb/logentries)[ Packagist](https://packagist.org/packages/michabbb/logentries)[ RSS](/packages/michabbb-logentries/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (6)Used By (0)

LogEntries
==========

[](#logentries)

[![Build Status](https://camo.githubusercontent.com/a2778ad6c7e50a4b4a61b0299cfae12c2e50c9378e2fe6fe9ea8c20dd633b03f/68747470733a2f2f7472617669732d63692e6f72672f6362736368756c642f6c6f67656e74726965732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/cbschuld/logentries)

A LogEntries specific logging class by [Chris Schuld](http://chrisschuld.com/) for logging information to [LogEntries](https://logentries.com)

About
-----

[](#about)

LogEntries is an easy-to-use PHP [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md)compliant logging class used to log information to the [LogEntries](https://logentries.com) SaaS application.

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

[](#installation)

### Composer

[](#composer)

From the Command Line:

```
composer require cbschuld/LogEntries:1.*

```

In your `composer.json`:

```
{
    "require": {
        "cbschuld/LogEntries": "1.*"
    }
}
```

Basic Usage
-----------

[](#basic-usage)

```
