gwinn/inliner

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v1.0.1) of this package.

Inline all classes from path to single file

v1.0.1 2015-04-08 16:47 UTC

This package is not auto-updated.

Last update: 2020-04-03 17:25:53 UTC


README

#Inliner

Simple class for combining several classes in a single file. Can be used for keep compability with php 5.2

Example

$inliner = new Inliner();
$inliner->inline(__DIR__ . '/src', 'php', 'single.php');