承接 opensoft/opensoft-epl-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

opensoft/opensoft-epl-bundle

最新稳定版本:2.0.0

Composer 安装命令:

composer require opensoft/opensoft-epl-bundle

包简介

OpensoftEplBundle is wrapper for opensoft/epl library

README 文档

README

Build Status

Installation

Add this bundle to your project

Using the composer

php composer.phar require opensoft/opensoft-epl-bundle

Using the vendors script

Add the following lines in your deps file:

[OpensoftEplBundle]
    git=git://github.com/opensoft/OpensoftEplBundle.git
    target=bundles/Opensoft/EplBundle
[epl]
    git=http://github.com/opensoft/epl.git

Run the vendors script:

$ php bin/vendors install

Using Git submodule

$ git submodule add git://github.com/opensoft/OpensoftEplBundle.git vendor/bundles/Opensoft/EplBundle

Add the EPL namespace to your autoloader

<?php
// app/autoload.php

$loader->registerNamespaces(array(
    'Epl'       => __DIR__.'/../vendor/epl/src',
    'Opensoft'  => __DIR__.'/../vendor/bundles',
    // your other namespaces
));

Add this bundle to your application's kernel

<?php
// app/AppKernel.php

public function registerBundles()
{
    return array(
        // ...
        new Opensoft\EplBundle\OpensoftEplBundle(),
        // ...
    );
}

Documentation and configuration

It is simple configuration bundle for epl library. Two configuration parameters are available.

opensoft_epl:
    composite: Epl\CommandComposite # implements Epl\CommandCompositeInterface
    helper: Epl\CommandHelper       # implements Epl\CommandHelperInterface

License

See Resources/meta/LICENSE.

Original Credits

  • Petrov Dmitry as main author.

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 3
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-02-18