Download the PHP package theseer/tokenizer without Composer
On this page you can find all versions of the php package theseer/tokenizer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download theseer/tokenizer
More information about theseer/tokenizer
Files in theseer/tokenizer
Download theseer/tokenizer
More information about theseer/tokenizer
Files in theseer/tokenizer
Vendor theseer
Package tokenizer
Short Description A small library for converting tokenized PHP source code into XML and potentially other formats
License BSD-3-Clause
Package tokenizer
Short Description A small library for converting tokenized PHP source code into XML and potentially other formats
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package tokenizer
Tokenizer
A small library for converting tokenized PHP source code into XML.
Installation
You can add this library as a local, per-project dependency to your project using Composer:
composer require theseer/tokenizer
If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:
composer require --dev theseer/tokenizer
Usage examples
The generated XML structure looks something like this:
All versions of tokenizer with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2 || ^8.0
ext-xmlwriter Version *
ext-dom Version *
ext-tokenizer Version *
ext-xmlwriter Version *
ext-dom Version *
ext-tokenizer Version *
The package theseer/tokenizer contains the following files
Loading the files please wait ....