puli / url-generator
Generates URLs for public Puli resources.
1.0.0-beta4
2016-01-14 10:30 UTC
Requires
- php: ^5.3.9|^7.0
- puli/discovery: ^1.0-beta9
- puli/repository: ^1.0-beta9
- webmozart/glob: ^4.0
- webmozart/path-util: ^2.3
Requires (Dev)
- phpunit/phpunit: ^4.6
- sebastian/version: ^1.0.1
This package is auto-updated.
Last update: 2024-10-08 00:12:32 UTC
README
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);
Documentation
Read the Puli Documentation to learn more about Puli.
Authors
Contribute
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.
Support
If you are having problems, send a mail to bschussek@gmail.com or shout out to @webmozart on Twitter.
License
All contents of this package are licensed under the MIT license.