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

dev-master / 0.6.x-dev 2019-11-26 10:59 UTC

This package is auto-updated.

Last update: 2024-03-26 20:41:54 UTC


README

This bundle provide integration of PJAX into Symfony 2 framework.

Build Status Scrutinizer Code Quality SensioLabsInsight

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.