Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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".

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
```