bayfrontmedia/array-schema
Composer 安装命令:
composer require bayfrontmedia/array-schema
包简介
A simple library used to force a predefined "schema" for a given array.
README 文档
README
A simple library used to force a predefined "schema" for a given array.
License
This project is open source and available under the MIT License.
Author
Requirements
- PHP
^8.0(Tested up to8.4)
Installation
composer require bayfrontmedia/array-schema
Usage
The intended usage is for a custom schema to implement Bayfront\ArraySchema\SchemaInterface.
The Bayfront\ArraySchema\InvalidSchemaException is provided for any exceptions thrown from a SchemaInterface
to optionally extend, which can simplify the process of catching exceptions.
The SchemaInterface contains only one static method:
create
Description:
Returns an array conforming to the desired schema.
Parameters:
$array(array): Input array$config = [](array): Optional configuration array which can be used to pass options necessary to build the desired schema.
Returns:
- (array)
统计信息
- 总下载量: 377
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-07