dbp/relay-mono-connector-generic-bundle 问题修复 & 功能扩展

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

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

dbp/relay-mono-connector-generic-bundle

最新稳定版本:v0.1.14

Composer 安装命令:

composer require dbp/relay-mono-connector-generic-bundle

包简介

A generic connector for the mono payment bundle for the Relay API gateway

README 文档

README

GitHub | Packagist

Test

A generic connector for the mono bundle for the Relay API gateway

Bundle installation

You can install the bundle directly from packagist.org.

composer require dbp/relay-mono-connector-generic-bundle

Integration into the API Server

  • Add the necessary bundles to your config/bundles.php:
...
Dbp\Relay\MonoBundle\DbpRelayMonoBundle::class => ['all' => true],
Dbp\Relay\MonoConnectorGenericBundle\DbpRelayMonoConnectorGenericBundle::class => ['all' => true],
Dbp\Relay\CoreBundle\DbpRelayCoreBundle::class => ['all' => true],
];
  • Run composer install to clear caches

Configuration

For this create config/packages/dbp_relay_mono_connector_generic.yaml in the app with the following content:

dbp_relay_mono_connector_generic:

For more info on bundle configuration see Symfony bundles configuration.

Development & Testing

  • Install dependencies: composer install
  • Run tests: composer test
  • Run linters: composer run lint
  • Run cs-fixer: composer run cs-fix

Bundle dependencies

Don't forget you need to pull down your dependencies in your main application if you are installing packages in a bundle.

# updates and installs dependencies from dbp/relay-mono-connector-generic-bundle
composer update dbp/relay-mono-connector-generic-bundle

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: AGPL-3.0-or-later
  • 更新时间: 2022-10-06