Skip to content

rmatil/SAXBundle

Repository files navigation

SAXBundle

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

About

Symfony Bundle for the SAX library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages