rmatil / sax-bundle
Bundle around the SAX library
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
- rmatil/sax: dev-master
This package is auto-updated.
Last update: 2025-05-22 07:36:20 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