Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zonuexe/phfizer
Stands for "PHp FIle analyZER".
https://github.com/zonuexe/phfizer
Last synced: 2 months ago
JSON representation
Stands for "PHp FIle analyZER".
- Host: GitHub
- URL: https://github.com/zonuexe/phfizer
- Owner: zonuexe
- License: mpl-2.0
- Created: 2024-03-29T11:42:06.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-20T18:31:37.000Z (7 months ago)
- Last Synced: 2024-10-03T11:18:30.347Z (3 months ago)
- Language: PHP
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phfizer - PHP File Analyzer
> [!WARNING]
> This tool is in the early stages of development and only the PSR-1 checker has been implemented.
> All features and interfaces are subject to change without notice.## How to use
```php
% ./bin/phfizer analyze -- src/ tests/ | awk '$2 != "" {print $0}'
tests/Analyzer/data/mixed-sideeffects/mixed-function.php MIXED_SIDE_EFFECTS
```