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

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

This package is auto-updated.

Last update: 2024-04-22 05:17:04 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