remorhaz / lexer-runtime
Lexical Analysis Runtime Library
dev-master
2020-06-30 10:51 UTC
Requires
- php: ^7.3 || ^8
- ext-intl: *
Requires (Dev)
- infection/infection: ^0.16.4
- phpunit/phpunit: ^9.2
- squizlabs/php_codesniffer: ^3.5
- vimeo/psalm: ^3.12
This package is auto-updated.
Last update: 2024-10-29 05:53:33 UTC
README
Introduction
This library provides minimalistic runtime environment to perform lexical analysis.
Requirements
- PHP 7.3+
- Internationalization functions (intl)
Installation
To install this library using composer, run the following command:
composer require remorhaz/lexer-runtime
License
This library is licensed under MIT license.