remorhaz / lexer-runtime
Lexical Analysis Runtime Library
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/remorhaz/lexer-runtime
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: 2025-09-29 02:08:22 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.