PHP Tokenizer Library
, (*1)
Tokenizer for PHP code., (*2)
Installation
Install via Composer:, (*3)
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., (*4)
git clone https://github.com/phootwork/phootwork
Then install the dependencies via composer:, (*5)
composer install
Now, run the tokenizer test suite:, (*6)
vendor/bin/phpunit --testsuite tokenizer
If you want to run the whole library tests, simply run:, (*7)
vendor/bin/phpunit
Report issues at the github Issue Tracker., (*8)
Changelog
Refer to Releases, (*9)