Latest release: 1.0.0-beta4
PHP >= 5.3.9
The Puli URL Generator Component provides an API for generating URLs for Puli resources:
echo $generator->generateUrl('/acme/blog/public/css/style.css');
The UrlGenerator can be created through the factory generated by the Puli CLI:
$factoryClass = PULI_FACTORY_CLASS;
$factory = new $factoryClass();
$repo = $factory->createRepository();
$discovery = $factory->createDiscovery($repo);
$generator = $factory->createUrlGenerator($discovery);
Read the Puli Documentation to learn more about Puli.
Contributions to are very welcome!
- Report any bugs or issues you find on the issue tracker.
- You can grab the source code at Puli’s Git repository.
If you are having problems, send a mail to [email protected] or shout out to @webmozart on Twitter.
All contents of this package are licensed under the MIT license.