anteris-dev/model
Composer 安装命令:
composer require anteris-dev/model
包简介
Laravel-like models detached from the framework.
README 文档
README
This package provides Laravel-like models detached from the framework. The illuminate/contracts package is required purely to provide support for Arrayable and Jsonable.
This package seeks to implement some methods that Laravel utilizes and other packages such as jenssegers/model leave out and also decouple entirely from the illuminate/support package. Those other packages are also proficient if you do not need this.
To Install
composer require anteris-dev/model
Features
- Accessors and mutators
- Model to Array and JSON conversion
- Hidden attributes in Array/JSON conversion
- Guarded and fillable attributes
Roadmap
- Appending accessors and mutators to Array/JSON conversion
- Attribute Casting
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-31