opensoft/opensoft-epl-bundle
Composer 安装命令:
composer require opensoft/opensoft-epl-bundle
包简介
OpensoftEplBundle is wrapper for opensoft/epl library
README 文档
README
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.
opensoft/opensoft-epl-bundle 适用场景与选型建议
opensoft/opensoft-epl-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 13.04k 次下载、GitHub Stars 达 1, 最近一次更新时间为 2013 年 02 月 18 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「symfony」 「epl2」 「epl」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 opensoft/opensoft-epl-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 opensoft/opensoft-epl-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 opensoft/opensoft-epl-bundle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
The library is a php wrapper for the EPL2 Programming Language. At present do not support all commands EPL2.
The bundle for easy using json-rpc api on your project
Bundle Symfony DaplosBundle
PHP Library to access the undocumented https://fantasy.premierleague.com API
PHP Library To Get Fantasy Premier League Data
Biblioteca PHP pura para pagamentos SISP/Vinti4 de Cabo Verde.
统计信息
- 总下载量: 13.04k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 17
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-02-18