nabeghe/reflecty
最新稳定版本:v0.5.2
Composer 安装命令:
composer require nabeghe/reflecty
包简介
Simple reflection helper for PHP.
关键字:
README 文档
README
Simple reflection helper for PHP.
🫡 Usage
🚀 Installation
You can install the package via composer:
composer require nabeghe/reflecty
Example - Class Ancestors
use Nabeghe\Reflecty\Reflecty; class Animal { } class Lion extends Animal { } class Cat extends Lion { } print_r(Reflecty::classAncestors(Cat::class)); /* Array ( [0] => Lion [1] => Animal ) */
📖 License
Licensed under the MIT license, see LICENSE.md for details.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-10-22