rmatil / sax-bundle
Bundle around the SAX library
dev-master
2014-08-20 07:41 UTC
Requires
- php: >=5.3.2
- rmatil/sax: dev-master
This package is auto-updated.
Last update: 2026-02-22 09:36:09 UTC
README
Symfony Bundle for the SAX library
Installation
Using composer:
$ php composer.phar require "rmatil/sax-bundle":"dev-master"
Include bundle in app/AppKernel.php:
# app/AppKernel.php
<?php
// ...
public function registerBundles()
{
$bundles = array(
// ...
new RaiseNow\SaxBundle\RaiseNowSaxBundle()
// ...
);
// ...
}
// ...
?>
Documentation
An auto generated documentation can be found here