justblackbird/jms-serializer-strict-json-bundle
Composer 安装命令:
composer require justblackbird/jms-serializer-strict-json-bundle
包简介
Symfony integration for JMS Serializer strict JSON deserializer
关键字:
README 文档
README
Symfony integration for JustBlackBird\JmsSerializerStrictJson
Installation
Run in the command line:
composer require justblackbird/jms-serializer-strict-json-bundle
Enable the bundle
// app/AppKernel.php class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new JustBlackBird\JmsSerializerStrictJsonBundle\JustBlackBirdJmsSerializerStrictJsonBundle(), ); // ... } }
Make sure you enable the bundle after JmsSerializerBundle.
License
Apache 2.0 (c) Dmitriy Simushev
统计信息
- 总下载量: 56
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache2
- 更新时间: 2017-04-25