All PHP frameworks I know, have a deep integration with other UI frameworks like jQuery UI. I want know if there is any framework with built-in integration with twitter bootstrap or any framework independent from any UI framework to let me choose whatever I want. is there any?
Share
I think a good php framework that would allow you to use Twitter’s Bootstrap is Symfony2 http://symfony.com/. They have a client-side resource management system called Assetic which allows you to package up any libraries you wish. So while it does not provide integration with twitters client-side framework it does allow you to write your own. Check it out at http://symfony.com/doc/current/cookbook/assetic. Hope that helps.