Download the PHP package mirolabs/sax without Composer
On this page you can find all versions of the php package mirolabs/sax. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package sax
stream api xml
use example
$file = 'file.xml';
$callback = function(\Mirolabs\Sax\Xml\XmlObject $obj) {
var_dump($obj->findTag('img', true)->getContent());
};
$finder = new Mirolabs\Sax\Finder($callback, 128);
$finder->find($file, 'event');
All versions of sax with dependencies
PHP Build Version
Package Version
Requires
mirolabs/collection Version
^1.0
The package mirolabs/sax contains the following files
Loading the files please wait ....