PHPackages                             gremo/pjax-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. gremo/pjax-bundle

AbandonedArchivedSymfony-bundle

gremo/pjax-bundle
=================

Symfony bundle that provide a lightweight yet powerfull integration with pjax jQuery plugin.

v1.0.1(10y ago)43.0k1MITPHPPHP &gt;=5.3.3

Since Mar 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gremo/GremoPjaxBundle)[ Packagist](https://packagist.org/packages/gremo/pjax-bundle)[ RSS](/packages/gremo-pjax-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

GremoPjaxBundle
===============

[](#gremopjaxbundle)

[![Latest stable](https://camo.githubusercontent.com/8b709aea41e6697b3a185966ea3c6dfc17195db7252796f6539ff3f65d13afdc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6772656d6f2f706a61782d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gremo/pjax-bundle) [![Downloads total](https://camo.githubusercontent.com/780d636ef3b35c8d0c5486f8cb09d6af885e3b98984671ba448abaa20c4b95f9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6772656d6f2f706a61782d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gremo/pjax-bundle) [![GitHub issues](https://camo.githubusercontent.com/4d8eac5fe1a08fd83fc417068414b9f9178b972460855b5496e709686a912e19/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6772656d6f2f4772656d6f506a617842756e646c652e7376673f7374796c653d666c61742d737175617265)](https://github.com/gremo/GremoPjaxBundle/issues)

Symfony bundle that provide a lightweight yet powerfull integration with [pjax](https://github.com/defunkt/jquery-pjax) jQuery plugin.

New contributors are welcome!

Installation
------------

[](#installation)

Add the bundle in your `composer.json` file:

```
{
    "require": {
        "gremo/pjax-bundle": "~1.0"
    }
}
```

Then enable the bundle in the kernel:

```
