nilportugues/serializer-eloquent
最新稳定版本:1.0.12
Composer 安装命令:
composer require nilportugues/serializer-eloquent
包简介
Eloquent Driver for NilPortugues Serializer outputting valid API responses in JSON, JSON API and HAL+JSON API formats.
关键字:
README 文档
README
What?
This is a driver for the Serializer library caring of Eloquent ORM model serialization.
Why?
Due to the popularity of Eloquent, specially in Laravel apps, a driver has been develop to unite all Eloquent serialization edge-cases for Serializer in a single library.
Installation
Use Composer to install the package:
$ composer require nilportugues/serializer-eloquent
Usage
This will return an array following the Serializer format.
use NilPortugues\Serializer\Drivers\Eloquent\EloquentDriver; $serialized = EloquentDriver::serialize($value);
Todo
Code all examples provided in the Eloquent documentation for relationships as tests:
- One To One
- One To Many
- Has Many Through
- Polymorphic Relations
- Many To Many
- Many To Many Polymorphic Relations
Contribute
Contributions to the package are always welcome!
- Report any bugs or issues you find on the issue tracker.
- You can grab the source code at the package's Git repository.
Support
Get in touch with me using one of the following means:
- Emailing me at contact@nilportugues.com
- Opening an Issue
Authors
License
The code base is licensed under the MIT license.
统计信息
- 总下载量: 36.34k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 4
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-21