Download the PHP package osavchenko/prismic-bundle without Composer
On this page you can find all versions of the php package osavchenko/prismic-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download osavchenko/prismic-bundle
More information about osavchenko/prismic-bundle
Files in osavchenko/prismic-bundle
Package prismic-bundle
Short Description Prismic.io integration with Symfony framework
License MIT
Homepage http://www.prismic.io
Informations about the package prismic-bundle
PrismicBundle
This Bundle integrates the http://prismic.io php-kit with the Symfony Framework:
Installation
Add the following bundle as a dependency to your project:
Configuration
Full default configuration for bundle:
LinkResolver Customization
You can override prismic.link_resolver_route parameter with route name to handle link resolver.
This route can have $id or $slug parameter to find document.
If you want to implement custom logic for your LinkResolver you can override service prismic.link_resolver.
HOWTOs
Quick Start contains some basic example of bundle usage
TODOs
- [ ] Add tests
- [ ] Make caching configurable
- [ ] Check oAuth stuff and add some examples
- [ ] Provide twig templates to render documents
Credits
Thanks to contributors of original bundle!
All versions of prismic-bundle with dependencies
prismic/php-sdk Version 3.*
symfony/config Version ^2.7|^3.0|^4.0
symfony/dependency-injection Version ^2.7|^3.0|^4.0
symfony/http-foundation Version ^2.7|^3.0|^4.0
symfony/http-kernel Version ^2.7|^3.0|^4.0
symfony/routing Version ^2.7|^3.0|^4.0