Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

gwinn/inliner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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');

About

Simple class for combining several classes in a single file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages