PHPackages                             alex.oleshkevich/fast-xml-parser - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. alex.oleshkevich/fast-xml-parser

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

alex.oleshkevich/fast-xml-parser
================================

Fast SAX XML parser for PHP

1.0(8y ago)3025.8k—3.8%6[2 issues](https://github.com/alex-oleshkevich/php-fast-xml-parser/issues)[1 PRs](https://github.com/alex-oleshkevich/php-fast-xml-parser/pulls)MITPHPPHP &gt;=7.0.0CI failing

Since Feb 6Pushed 3y ago6 watchersCompare

[ Source](https://github.com/alex-oleshkevich/php-fast-xml-parser)[ Packagist](https://packagist.org/packages/alex.oleshkevich/fast-xml-parser)[ Docs](https://github.com/alex-oleshkevich/php-fast-xml-parser)[ RSS](/packages/alexoleshkevich-fast-xml-parser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

PHP Fast XML Parser
===================

[](#php-fast-xml-parser)

PHP Fast XML Parser is a PHP library for parsing large XML files using PHP. Key features:

- Lightweight;
- Flexible (result can be easily managed via callback handlers);
- Good for memory critical projects (~10Mb in average while parsing 500mb XML file)

[![Build Status](https://camo.githubusercontent.com/3011366923b15177eb1ced603abf5a790e40e76496f47fe3a1fd915994a2a8f3/68747470733a2f2f7472617669732d63692e6f72672f616c65782d6f6c6573686b65766963682f7068702d666173742d786d6c2d7061727365722e737667)](https://travis-ci.org/alex-oleshkevich/php-fast-xml-parser)

Installation
------------

[](#installation)

```
composer require alex.oleshkevich/fast-xml-parser

```

Example &amp; Tutorial
----------------------

[](#example--tutorial)

```
