prismicio / SymfonyBundle

Inntegrates the http://prismic.io php-kit with the Symfony Framework
http://prismic.io
8 stars 11 forks source link

Replaced RouterInterface with UrlGeneratorInterface #7

Closed robinvdvleuten closed 10 years ago

robinvdvleuten commented 10 years ago

Hi there,

I am currently building a Silex PrismicServiceProvider (expect more about this soon :smile:). And to reuse the context and helper classes of this bundle, I need to pass an UrlGeneratorInterface (app['url_generator']) instead of a RouterInterface instance.

robinvdvleuten commented 10 years ago

@rudyrigot this PR doesn't influence any php-kit/symfony integrations and helps me working on a Silex integration for Prismic. Do you have any opinions about it? If it is merged, I can continue working on it :+1:

rudyrigot commented 10 years ago

I'm afraid this is a bit over my head, unfortunately, even more so because it looks very specific to Symfony. A solid Symfonist will most likely look into it quickly and unlock you with it.