phpsoftbox/validator-db
最新稳定版本:v1.0.2
Composer 安装命令:
composer require phpsoftbox/validator-db
包简介
Database validation contract for the PhpSoftBox framework
README 文档
README
Контракты для интеграции валидатора с базой данных.
Установка
composer require phpsoftbox/validator-db
Использование
use PhpSoftBox\Validator\Db\Contracts\DatabaseValidationAdapterInterface; final class MyAdapter implements DatabaseValidationAdapterInterface { public function exists(string $table, array $criteria, ?string $connection = null): bool { // ... } public function unique( string $table, array $criteria, ?string $connection = null, ?string $ignoreColumn = null, mixed $ignoreValue = null, ): bool { // ... } }
Лицензия
MIT
统计信息
- 总下载量: 83
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-03