strontium / pjax-bundle
Integration of defunkt/jquery-pjax into Symfony 2
Installs: 13 996
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 3
Open Issues: 1
Type:symfony-bundle
Requires
- php: ^7.1
- symfony/framework-bundle: *
- symfony/twig-bundle: *
Requires (Dev)
- phpspec/prophecy-phpunit: ~1.1
- phpunit/phpunit: ~4.5
This package is auto-updated.
Last update: 2025-03-26 22:37:04 UTC
README
This bundle provide integration of PJAX into Symfony 2 framework.
Installation
composer require strontium/pjax-bundle
To start using the bundle, register it in your Kernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Strontium\PjaxBundle\StrontiumPjaxBundle(), ); // ... }
Documentation
Live Show
License
This bundle is under the MIT license.