Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haringsrob/pdl

Php Debug Logger, an implementation for Universal Debug logger
https://github.com/haringsrob/pdl

Last synced: about 1 month ago
JSON representation

Php Debug Logger, an implementation for Universal Debug logger

Awesome Lists containing this project

README

        

# Php debug logger

This is an implementation for the [Universal debug logger](https://github.com/haringsrob/udl).

Install it with composer (dev dependency) and after that you can
use:

```
pdl($value, 'label');
```

$value can by anything, label is optional and will default
to the current datetime.