Download the PHP package parsica-php/parsica without Composer
On this page you can find all versions of the php package parsica-php/parsica. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download parsica-php/parsica
More information about parsica-php/parsica
Files in parsica-php/parsica
Package parsica
Short Description The easiest way to build robust parsers in PHP.
License MIT
Homepage https://parsica-php.github.io/
Informations about the package parsica
Parsica
The easiest way to build robust parsers in PHP.
Documentation & API: parsica-php.github.io
Quality
The code is entirely built with Test-Driven Development, and type-checked with Psalm. It is likely bug-free or very close to it. It is suitable for complex parsing requirements, and could even be used to build a programming language. However, it might not be performant enough if you use it at a high scale.
Project Maintenance & Support
Regrettably, the maintainer of this library (@turanct) has passed away in December 2021 due to cancer. The original author @mathiasverraes is now the maintainer again, and is doing occasional minor updates. If you'd like to contribute to this library, or if you wish to use this library for a project and need consulting, contact Mathias via mathias at verraes net. PR and issues submissions may not be monitored.
Development
After running composer install
, run these to validate if everything is in working order:
As this library uses pure functional programming, it may be hard to wrap your head around if you're used to object-oriented or imperative styles. Our recommendation is to familiarize yourself with the basics of functional programming, for example by reading an intro to Haskell.
All versions of parsica with dependencies
ext-mbstring Version *