php-extended / php-parser-object
An implementation of the php-extended/php-parser-interface library
9.0.7
2026-05-20 00:40 UTC
Requires
- php: >=8.2
- php-extended/php-parser-interface: ^9
Requires (Dev)
This package is auto-updated.
Last update: 2026-06-19 22:53:12 UTC
README
An implementation of the php-extended/php-parser-interface library.
Installation
The installation of this library is made via composer and the autoloading of all classes of this library is made through their autoloader.
- Download
composer.pharfrom their website. - Then run the following command to install this library as dependency :
php composer.phar php-extended/php-parser-object ^9
Basic Usage
This library provide a single class, the AbstractParser which is
made to be implemented. Its parse method must return a single object from
the whole string that its given, and throw a ParseException if it is
impossibe to do so.
License
MIT (See license file).