theseer/tokenizer
A small library for converting tokenized PHP source code into XML (and potentially other formats) observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 65
- Release rhythm 60
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 3
- age_days: 3437
- days_rel: 268
- days_push: 211
- n_releases_24m: 4
Adoption not part of the score
5195 stars · 24 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A small PHP library that tokenizes PHP source code and serializes the resulting tokens into XML (and potentially other formats). It is commonly used as a dependency in PHP tooling such as PHPUnit's code coverage reporting.
Use cases
- convert PHP source code tokens to XML
- analyze PHP source code structure programmatically
- generate XML representations of tokenized PHP files
- build code coverage or static analysis tools for PHP
- process PHP tokens for custom tooling
When to choose
- you need to serialize tokenized PHP source into XML
- you are building PHP code analysis or coverage tooling
- you need a lightweight, Composer-installable tokenizer utility
When to avoid
- you need to tokenize languages other than PHP
- you need a full static analysis or AST tool rather than token-level output
- you need JSON or other output formats without writing your own serializer
Facets
library · maturity stable
parser serialization developer-tools developer-tools parsers php cross-platform tokenizer xml-serialization php-source-code code-analysis php
1 source
- readme: https://github.com/theseer/tokenizer · fetched 2026-08-28 · a194c62d2bd8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| theseer/tokenizer | main | 70 |
For agents
markdown · JSON · MCP: product_card(name="theseer/tokenizer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem