fdevs/serializer-bridge
最新稳定版本:0.1.1
Composer 安装命令:
composer require fdevs/serializer-bridge
包简介
FDevs Serializer Bridge
关键字:
README 文档
README
Installation
Serializer uses Composer, please checkout the composer website for more information.
The simple following command will install serializer-bridge into your project. It also add a new
entry in your composer.json and update the composer.lock as well.
composer require fdevs/serializer-bridge
Use with symfony framework
add bundle to AppKernel
<?php //app/AppKernel.php use Symfony\Component\HttpKernel\Kernel; use Symfony\Component\Config\Loader\LoaderInterface; class AppKernel extends Kernel { /** * {@inheritdoc} */ public function registerBundles() { $bundles = [ new FDevs\Bridge\Serializer\FDevsSerializerBundle(), ]; } }
License
This bridge is under the MIT license. See the complete license in the bridge:
Resources/meta/LICENSE
Created by 4devs - Check out our blog for more insight into this and other open-source projects we release.
统计信息
- 总下载量: 3.85k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-21