pierreminiggio/output-overrider

There is no license information available for the latest version (1.0.0) of this package.

Override PHP output to feed it into a string

1.0.0 2021-03-07 21:37 UTC

This package is auto-updated.

Last update: 2024-05-08 03:57:52 UTC


README

Overrides PHP default output and gives it back to as a string.

Installation :

Add to your "repositories" key in your composer.json file :

{
    "type": "vcs",
    "url": "https://github.com/pierreminiggio/output-overrider"
}

Install using composer :

composer require pierreminiggio/output-overrider