bigz/halapi-bundle

将Halapi集成到Symfony中。

安装: 260

依赖: 0

建议者: 0

安全: 0

星标: 1

关注者: 1

分支: 0

开放问题: 0

类型:symfony-bundle

0.3.4 2018-08-09 00:10 UTC

This package is not auto-updated.

Last update: 2024-09-24 04:05:29 UTC


README

Bigz/Halapi的Symfony扩展包

安装

composer require Bigz/halapibundle

在AppKernel中注册它

new Bigz\HalapiBundle\BigzHalapiBundle(),

使用

它会在JmsSerializer中挂钩,并在序列化前添加HATEOAS数据。实验性 如果指定了Content-Type: application/vnd.api+json头,则将输出转换为JSONApi

进一步文档

请参阅http://github.com/Bigz/Halapi

待办事项

  • (必须) 提供配置选项以使用您选择的实现(ORM、ODM、...)