2017 © Pedro Peláez
 

library gelf-php

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

image

elementary/gelf-php

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

  • Tuesday, May 29, 2018
  • by elementary
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 62 Forks
  • 0 Open issues
  • 29 Versions
  • 233 % Grown

The README.md

gelf-php Latest Stable Version Total Downloads

Build Status Code Coverage Scrutinizer Quality Score Dependency Status, (*1)

A php implementation to send log-files to a gelf compatible backend like Graylog2. This library conforms to the PSR standards in regards to structure (4), coding-style (1, 2) and logging (3)., (*2)

It's a loosely based on the original Graylog2 gelf-php and mlehner's fork., (*3)

Stable release and deprecation of the original graylog2/gelf-php

This implementation became the official PHP GELF library on 2013-12-19 and is now released as graylog2/gelf-php. The old library became deprecated at the same time and it's recommended to upgrade., (*4)

Since the deprecated library never got a stable release, we decided keep it available as v0.1. This means: If you have a project based on the deprecated library but no time to upgrade to version 1.0, we recommend to change your composer.json as following:, (*5)

    "require": {
       // ...
       "graylog2/gelf-php": "0.1.*"
       // ...
    }

After running an additional composer update everything should work as expected., (*6)

Usage

Add gelf-php to composer.json either by running composer require graylog2/gelf-php or by defining it manually:, (*7)

"require": {
   // ...
   "graylog2/gelf-php": "~1.5"
   // ...
}

Reinstall dependencies: composer install, (*8)

Examples

For usage examples, go to /examples., (*9)

HHVM

While HHVM is supported/tested, there are some restrictions to look out for: - Stream-context support is very limited (as of 2014) - especially regarding SSL - many use-cases might not work as expected (or not at all...) - fwrite does behave a little different, (*10)

The failing unit-tests are skipped by default when running on HHVM. They are also all annotated with @group hhvm-failures. You can force to run those failures by setting FORCE_HHVM_TESTS=1 in the environment. Therefore you can specifically check the state of HHVM failures by running:, (*11)

FORCE_HHVM_TESTS=1 hhvm vendor/bin/phpunit --group hhvm-failures

License

The library is licensed under the MIT license. For details check out the LICENSE file., (*12)

Development & Contributing

You are welcome to modify, extend and bugfix all you like. :-) If you have any questions/proposals/etc. you can contact me on Twitter (@bzikarsky) or message me on freenode#graylog2., (*13)

Tools

  1. composer, preferably a system-wide installation as composer
  2. PHPUnit
  3. Optional: PHP_CodeSniffer for PSR-X-compatibility checks

Steps

  1. Clone repository and cd into it: git clone git@github.com:bzikarsky/gelf-php && cd gelf-php
  2. Install dependencies: composer install
  3. Run unit-tests: vendor/bin/phpunit
  4. Check PSR compatibility: vendor/bin/phpcs --standard=PSR2 src tests examples

The Versions

29/05 2018

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

29/05 2018

dev-elementary

dev-elementary

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

29/05 2018

1.5.5.1

1.5.5.1

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

29/05 2018

dev-stomp

dev-stomp

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

24/06 2017

1.5.5

1.5.5.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

20/01 2017

1.5.4

1.5.4.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

21/11 2016

1.5.3

1.5.3.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

21/11 2016

1.5.2

1.5.2.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

14/11 2016

1.5.1

1.5.1.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

02/06 2016

1.5.0

1.5.0.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

30/05 2016

1.4.2

1.4.2.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

22/10 2015

1.4.1

1.4.1.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

05/10 2015

1.4.0

1.4.0.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

15/06 2015

1.3.0

1.3.0.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

10/04 2015

1.2.3

1.2.3.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

21/03 2015

1.2.2

1.2.2.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

21/03 2015

dev-issues/25-docs

dev-issues/25-docs

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

17/03 2015

1.2.1

1.2.1.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

09/03 2015

1.2.0

1.2.0.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

26/02 2015

1.1.2

1.1.2.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

23/10 2014

1.1.1

1.1.1.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

16/10 2014

1.1.0

1.1.0.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

02/06 2014

1.0.4

1.0.4.0

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

  Sources   Download

MIT

The Requires

 

by Benjamin Zikarsky

01/03 2014

1.0.3

1.0.3.0

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

  Sources   Download

MIT

The Requires

 

by Benjamin Zikarsky

26/02 2014

1.0.2

1.0.2.0

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

  Sources   Download

MIT

The Requires

 

by Benjamin Zikarsky

23/01 2014

1.0.1

1.0.1.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

19/12 2013

1.0.0

1.0.0.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Zikarsky

19/12 2013

0.1.x-dev

0.1.9999999.9999999-dev http://github.com/Graylog2/gelf-php

PHP classes to send GELF (Graylog extended log format) messages

  Sources   Download

MIT

log logging

19/12 2013

0.1.0

0.1.0.0 http://github.com/Graylog2/gelf-php

PHP classes to send GELF (Graylog extended log format) messages

  Sources   Download

MIT

log logging