theseer/tokenizer
A PHP tokenizer library for parsing PHP source code into tokens, built on top of ext/tokenizer. Used by tools like PHPUnit to analyze code, inspect syntax, and support static analysis, refactoring, and code quality workflows.
T_AMPERSAND as PHP 8.1+ provides tokens for it already and our 2.0.0 release overwrote it. See #44 for details.This release bumps the minimum version required to PHP 8.1.
XMLSerializer::appendToWriter to allow easier integration and better performance when writing fragments (Thanks @staabm)PHPToken::tokenize in favor of token_get_all (requires PHP 8+) (Thanks @staabm)This release is now PHP 8.0 compliant.
TokenCollection) is now consistentTokenizer to deal with changed whitespace handling in PHP 8.0
The XMLSerializer was unaffected.Initial Release
How can I help you explore Laravel packages today?