Skip to content
leirn edited this page Sep 6, 2013 · 3 revisions

PHP Syslog Class is a Pure PHP syslog client implementation.

PHP Syslog Class is compliant with RFC3164 as well as RFC 5424, 5425 and 5426. PHP Syslog Class can be used in PHP CLI scripts and PHP web page.

PHP Syslog Class supports several connection protocols :

  • UDP;
  • TCP;
  • SSL;
  • TLS.

PHP Syslog Class is really easy to use and support native PHP constant for severity and facility.

Clone this wiki locally