Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 292 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 292 Bytes

Monolog Dio Handler

composer require ziffmedia/monolog-dio-handler

This extension is useful primarily when using the dio extension so that you can write to a linux kernel pipe like /proc/1/fd/1. PHP's file IO operations cannot natively open this kind of file without issue.