Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 382 Bytes

File metadata and controls

11 lines (7 loc) · 382 Bytes

php-logger

This is the official PHP DNIF client library. This allows you to directly write log statements into your application code and integrate it with DNIF Adapters.

The DNIF library currently supports two ingestion mechanisms:

  1. Uploads using the HTTP(S) endpoint
  2. Uploads using the UDP protocol

Typical usages for both of these are provided in the samples directory.