johnbillion/wp-parser-lib
最新稳定版本:1.3.0
Composer 安装命令:
composer require johnbillion/wp-parser-lib
包简介
File scanning and hook parsing functionality from WP Parser.
关键字:
README 文档
README
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.
Requirements
- PHP 5.4+
- Composer
Installation
composer require wp-hooks/parser
Usage
$files = \WP_Parser\get_wp_files( $path ); $output = \WP_Parser\parse_files( $files, $path );
See wp-hooks/generator as a full usage example.
统计信息
- 总下载量: 263.67k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 16
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2019-11-26