rmatil/sax-bundle

围绕SAX库的打包工具

安装: 11

依赖: 0

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:symfony-bundle

dev-master 2014-08-20 07:41 UTC

This package is auto-updated.

Last update: 2024-09-22 06:12:56 UTC


README

SAX库的Symfony打包

安装

使用composer
$ php composer.phar require "rmatil/sax-bundle":"dev-master"

app/AppKernel.php 中包含打包

# app/AppKernel.php

<?php  
  
    // ...
  
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new RaiseNow\SaxBundle\RaiseNowSaxBundle()
            // ...
        );
        
        // ...
        
    }

    // ...
?>

文档

自动生成的文档可以在这里找到