circle/utilitybundle
最新稳定版本:1.3.0
Composer 安装命令:
composer require circle/utilitybundle
包简介
Contains utilities like queues or trees
README 文档
README
Contains Utilities such as queues and trees
##Full list:
- Immutable container
- Tree
- Multi-child tree
- Queue
- Immutable Queue
#Installation
###Step 1: Download CiUtilityBundle using composer Add CiUtilityBundle by running the command:
php composer.phar require circle/utilitybundle
Composer will install the bundle to your project's vendor/circle directory.
###Step 2: Enable the bundle Enable the bundle in the symfony kernel
<?php // PROJECTROOT/app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Circle\UtilityBundle\CircleUtilityBundle(), ); }
###Step 3: Have fun!
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL
- 更新时间: 2015-06-02