2017 © Pedro Peláez
 

tool inliner

Inline all classes from path to single file

image

gwinn/inliner

Inline all classes from path to single file

  • Thursday, January 21, 2016
  • by gwinn
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Inliner

Simple class for combining several classes in a single file. Can be used for keep compability with php 5.2, (*1)

Example

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

The Versions

21/01 2016

dev-master

9999999-dev http://github.com/gwinn/inliner

Inline all classes from path to single file

  Sources   Download

The Requires

  • php >=5.3

 

The Development Requires

file converter tool

08/04 2015

v1.0.1

1.0.1.0 http://github.com/gwinn/inliner

Inline all classes from path to single file

  Sources   Download

The Requires

  • php >=5.3

 

The Development Requires

file converter tool