Skip to content

Instantly share code, notes, and snippets.

@webmozart
Created January 4, 2015 22:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webmozart/6e3ffc148f91591b3f4f to your computer and use it in GitHub Desktop.
Save webmozart/6e3ffc148f91591b3f4f to your computer and use it in GitHub Desktop.
Puli bootstrap
use Puli\PuliFactory;
// Can be configured to use an auto-loadable location/class-name
// More info will be in the docs
require_once __DIR__.'/.puli/PuliFactory.php';
$factory = new PuliFactory();
$repo = $factory->createRepository();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment