strontium/pjax-bundle

将 defunkt/jquery-pjax 集成到 Symfony 2 中

安装次数: 13,996

依赖者: 0

建议者: 0

安全: 0

星标: 3

关注者: 3

分支: 3

开放问题: 1

类型:symfony-bundle

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

This package is auto-updated.

Last update: 2024-09-26 21:41:50 UTC


README

此扩展包提供将 PJAX 集成到 Symfony 2 框架的功能。

Build Status Scrutinizer Code Quality SensioLabsInsight

安装

composer require strontium/pjax-bundle

要开始使用此扩展包,请在您的 Kernel 中注册它

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Strontium\PjaxBundle\StrontiumPjaxBundle(),
    );
    // ...
}

文档

实时演示

许可证

此扩展包采用 MIT 许可证。