imanghafoori / php-token-analyzer
Token analyzer utility for PHP
Installs: 384 591
Dependents: 6
Suggesters: 0
Security: 0
Stars: 15
Watchers: 3
Forks: 3
Open Issues: 0
Requires
- php: ^7.2|8.0.*|8.1.*|8.2.*|8.3.*
- phpdocumentor/reflection-docblock: 4.*|5.*
Requires (Dev)
- phpunit/phpunit: ^6.0|^7.0|^8.0|^9.0
- symfony/var-dumper: 3.*|4.*|5.*
- dev-main
- v1.0.76
- v0.1.83
- v0.1.82
- v0.1.81
- v0.1.80
- v0.1.79
- v0.1.78
- v0.1.77
- v0.1.76
- v0.1.75
- v0.1.74
- v0.1.73
- v0.1.72
- v0.1.71
- v0.1.70
- v0.1.69
- v0.1.68
- v0.1.67
- v0.1.66
- v0.1.65
- v0.1.64
- v0.1.63
- v0.1.62
- v0.1.61
- v0.1.60
- v0.1.59
- v0.1.58
- v0.1.57
- v0.1.56
- v0.1.55
- v0.1.54
- v0.1.53
- v0.1.52
- v0.1.51
- v0.1.50
- v0.1.49
- v0.1.48
- v0.1.47
- v0.1.46
- v0.1.45
- v0.1.44
- v0.1.43
- v0.1.42
- v0.1.41
- v0.1.40
- v0.1.39
- v0.1.38
- v0.1.37
- v0.1.36
- v0.1.35
- v0.1.34
- v0.1.33
- v0.1.32
- v0.1.31
- v0.1.30
- v0.1.29
- v0.1.28
- v0.1.27
- v0.1.26
- v0.1.25
- v0.1.24
- v0.1.23
- v0.1.22
- v0.1.21
- v0.1.20
- v0.1.19
- v0.1.18
- v0.1.17
- v0.1.16
- v0.1.15
- v0.1.14
- v0.1.13
- v0.1.12
- v0.1.11
- v0.1.10
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.4
- v0.1.3
- 0.1.2
- v0.1.1
- v0.1.0
- dev-attr
This package is auto-updated.
Last update: 2024-11-14 19:35:25 UTC
README
Reads and analyzes PHP code, just like PHP reflection but without executing it.
This package is extracted from laravel-microscope
package as a framework-agnostic, pure PHP package.
This is a pure PHP, framework-agnostic package which is extracted out of the Laravel-microscope package as a low-level dependency.
The functionality is heavily tested against different versions of PHP both manually and by automated tests.
Installation:
composer require imanghafoori/token-analyzer
License
The MIT License (MIT). Please see License File for more information.
Contributing:
If you find an issue or have a better way to do something, feel free to open an issue or a pull request. If you use PHP-token-analyzer in your open-source project, create a pull request to provide its URL as a sample application in the README.md file.
Security:
If you discover any security-related issues, please email imanghafoori1@gmail.com
instead of using the issue tracker.
A man will never fail unless he stops trying.
Albert Einstein