phootwork / tokenizer
Tokenizer for PHP code
Installs: 210 052
Dependents: 3
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
pkg:composer/phootwork/tokenizer
Requires
- php: >=8.0
- phootwork/collection: ^3.0
README
Tokenizer for PHP code.
Installation
Install via Composer:
composer require phootwork/tokenizer
Running tests
This package is a part of the Phootwork library. In order to run the test suite, you have to download the full library.
git clone https://github.com/phootwork/phootwork
Then install the dependencies via composer:
composer install
Now, run the tokenizer test suite:
vendor/bin/phpunit --testsuite tokenizer
If you want to run the whole library tests, simply run:
vendor/bin/phpunit
Contact
Report issues at the github Issue Tracker.
Changelog
Refer to Releases