gephart/annotation
最新稳定版本:0.5.1
Composer 安装命令:
composer require gephart/annotation
包简介
Gephart Annotation Component
README 文档
README
Dependencies
- PHP >= 7.4
Instalation
composer require gephart/annotation
Using
@AnnotationName value @AnnotationName {"or anything":"in JSON"}
/** * @Route /home/ */ class SuperClass { /** * @Template { * "url": "index.html" * } */ public function index() { } } $reader = new \Gephart\Annotation\Reader(); $annotation = $reader->get("Route", SuperClass::class); // /home/ $annotation = $reader->get("Template", SuperClass::class, "index); // ["url"=>"index.html"]
统计信息
- 总下载量: 628
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-02-06