Download the PHP package niceforbear/sparser without Composer
On this page you can find all versions of the php package niceforbear/sparser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download niceforbear/sparser
More information about niceforbear/sparser
Files in niceforbear/sparser
Download niceforbear/sparser
More information about niceforbear/sparser
Files in niceforbear/sparser
Vendor niceforbear
Package sparser
Short Description parser of string
License MIT
Homepage https://github.com/niceforbear
Package sparser
Short Description parser of string
License MIT
Homepage https://github.com/niceforbear
Please rate this library. Is it a good library?
Informations about the package sparser
String Parser
Install
Via Composer
Usage
Testing
Tests unavailable.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
About EBNF
- expr ::= operand (orExpr | andExpr) *
- operand ::= ( '(' expr ')' |
| variable ) (eqExpr) * - orExpr ::= 'or' operand
- andExpr ::= 'and' operand
- eqExpr ::= 'equals' operand
- variable ::= '$'
All versions of sparser with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
The package niceforbear/sparser contains the following files
Loading the files please wait ....