wol-soft/fqcn-parser
最新稳定版本:1.1.0
Composer 安装命令:
composer require wol-soft/fqcn-parser
包简介
Parse the FQCN from a PHP file containing a class
README 文档
README
fqcn-parser
Parse the FQCN from a PHP file containing a class, an interface, a trait or an enum (requires PHP >= 8.1).
Requirements
- Requires at least PHP 8.0
Installation
The recommended way to install fqcn-parser is through Composer:
$ composer require wol-soft/fqcn-parser
Usage
$fqcn = FQCNParser::getFQCNFromFile(__DIR__ . '/MyClass.php');
统计信息
- 总下载量: 122
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-27