jaz303 / phake

A rake/make clone for PHP 5.3
365 stars 27 forks source link

Improve Builder #27

Closed clue closed 11 years ago

clue commented 11 years ago

Also fixes #11, phake can now be easily used as a library in external projects like this:

$builder = new phake\Builder();
$builder->load_runfile('Phakefile.php');

$builder->get_application()->invoke('demo');

Depends on #26, so ignore first commit in changelog.