Download the PHP package datto/php-parser without Composer
On this page you can find all versions of the php package datto/php-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download datto/php-parser
More information about datto/php-parser
Files in datto/php-parser
Download datto/php-parser
More information about datto/php-parser
Files in datto/php-parser
Vendor datto
Package php-parser
Short Description Define and parse a context-free grammar
License LGPL-3.0
Homepage http://datto.com
Package php-parser
Short Description Define and parse a context-free grammar
License LGPL-3.0
Homepage http://datto.com
Please rate this library. Is it a good library?
Informations about the package php-parser
Parser for PHP
Specifies the rules that define your context-free grammar, and then gain the ability to parse any text source. The output is an abstract syntax tree ready for semantic analysis.
Features
- Powerful recursive-descent parser
- 100% unit-test coverage
- Ultra-lightweight (just one small file)
Requirements
- PHP >= 5.3
License
This package is released under an open-source license: LGPL-3.0
Installation
If you're using Composer, you can use this package (datto/php-parser) by inserting a line into the "require" section of your "composer.json" file:
Unit tests
You can run the suite of unit tests from the project directory like this:
Author
All versions of php-parser with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package datto/php-parser contains the following files
Loading the files please wait ....