rmatil / sax-bundle
Bundle around the SAX library
Package info
Type:symfony-bundle
pkg:composer/rmatil/sax-bundle
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-07-22 10:34:05 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