定制 infinite-networks/common-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

infinite-networks/common-bundle

最新稳定版本:3.1.1

Composer 安装命令:

composer require infinite-networks/common-bundle

包简介

Infinite Networks common helpers

README 文档

README

Please note that no support is provided for using this bundle.

Provides common functionality used in most Infinite Networks Symfony2 applications.

  • To use the twig variable site, AppKernel must be modified to add an additional parameter to the container:
    protected function getKernelParameters()
    {
        $parameters = parent::getKernelParameters();
        $parameters['site.version'] = trim(shell_exec('git describe --tags --always'));

        return $parameters;
    }

统计信息

  • 总下载量: 909
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 3
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-05-12