circle/utilitybundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 2
  • Watchers: 6
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL
  • 更新时间: 2015-06-02