moon/properties
Composer 安装命令:
composer require moon/properties
包简介
Framework agnostic package to model EAV around your existing objects.
README 文档
README
A framework agnostic package to model EAV (Entity Attribute Value) around your objects.
Supported Data Types
| Data Type | Note |
|---|---|
| Varchar | text value that's less than 255 in length |
| Text | text value that's more than 255 in length |
| Integer | length is restricted to 11 by default |
| Decimal | length is defined as 14,2 |
Table of Contents
Composer
Add moon/properties in your "require" section of composer.json.
"moon/properties": "1.0"
Run composer update to install the package.
Todos
- Make it possible to search by properties
License
Properties is released under the MIT license.
统计信息
- 总下载量: 674
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: DBAD
- 更新时间: 2014-07-16