the-toster/hdrtr
最新稳定版本:0.0.6
Composer 安装命令:
composer require the-toster/hdrtr
包简介
Hydrator with PHPDoc types support
README 文档
README
На основе typhoon-php/types и phpstan/phpdoc-parser.
composer require the-toster/hdrtr
<?php declare(strict_types=1); use Hdrtr\Hydrator; use Typhoon\Type\objectT; use Typhoon\Type\stringT; use Hdrtr\Tests\Collection; $collection = (new Hydrator()) ->hydrate(['items' => ['a', 'b', 'c']], objectT(Collection::class, stringT));
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2026-03-05