Skip to content

Strontium-90/StrontiumPjaxBundle

Repository files navigation

StrontiumPjaxBundle

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.

About

Integration of defunkt/jquery-pjax into Symfony 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published