This package contains the file scanning and hook parsing functionality from WP Parser.
I did not write this code. I just abstracted it so it can be used independently of the WP Parser WordPress plugin.
- PHP 5.4+
- Composer
composer require wp-hooks/parser
$files = \WP_Parser\get_wp_files( $path );
$output = \WP_Parser\parse_files( $files, $path );
See wp-hooks/generator as a full usage example.