PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` Installation ============ There are multiple ways to include the PHP parser into your project: Installing from the Zip- or Tarball ----------------------------------- Download the latest version from [the download page][2], unpack it and move the files somewhere into your project. Installing via Composer ----------------------- Create a `composer.json` file in your project root and use it to define your dependencies: { "require": { "nikic/php-parser": "0.9.5" } } Then install Composer in your project (or [download the composer.phar][1] directly): curl -s http://getcomposer.org/installer | php And finally ask Composer to install the dependencies: php composer.phar install Installing as a PEAR package ---------------------------- Run the following two commands: pear channel-discover nikic.github.com/pear pear install nikic/PHPParser-0.9.5 Installing as a Git Submodule ----------------------------- Run the following command to install the parser into the `vendor/PHP-Parser` folder: git submodule add git://github.com/nikic/PHP-Parser.git vendor/PHP-Parser [1]: http://getcomposer.org/composer.phar [2]: https://github.com/nikic/PHP-Parser/tags