dbp / relay-mono-connector-payone-bundle
A Payone connector for the mono bundle for the Relay API gateway
Package info
github.com/digital-blueprint/relay-mono-connector-payone-bundle
Type:symfony-bundle
pkg:composer/dbp/relay-mono-connector-payone-bundle
v0.3.9
2026-05-26 08:12 UTC
Requires
- php: >=8.2
- ext-intl: *
- ext-json: *
- ext-openssl: *
- dbp/relay-core-bundle: ^0.1.230
- dbp/relay-mono-bundle: ^0.5.1
- doctrine/dbal: ^3.8 || ^4.0
- doctrine/doctrine-migrations-bundle: ^3.3
- doctrine/migrations: ^3.3
- doctrine/orm: ^2.18 || ^3.2
- league/uri: ^6.5 || ^7.4
- online-payments/sdk-php: ^8.0 || ^9.0
- psr/http-message: ^1.0 || ^2.0
- psr/log: ^1.1.4 || ^2.0.0 || ^3.0.0
- symfony/config: ^6.4 || ^7.4
- symfony/console: ^6.4 || ^7.4
- symfony/dependency-injection: ^6.4 || ^7.4
- symfony/framework-bundle: ^6.4 || ^7.4
- symfony/http-foundation: ^6.4 || ^7.4
- symfony/http-kernel: ^6.4 || ^7.4
- symfony/lock: ^6.4 || ^7.4
- symfony/routing: ^6.4 || ^7.4
- symfony/uid: ^6.4 || ^7.4
- twig/twig: ^3.8
Requires (Dev)
- captainhook/captainhook: ^5.21
- friendsofphp/php-cs-fixer: ^3.50
- phpstan/phpstan: ^2.0.0
- phpstan/phpstan-phpunit: ^2.0.0
- phpstan/phpstan-symfony: ^2.0.0
- phpunit/phpunit: ^11.0
- symfony/browser-kit: ^6.4 || ^7.4
- symfony/http-client: ^6.4 || ^7.4
- symfony/monolog-bundle: ^3.10 || ^4.0
- symfony/phpunit-bridge: ^7.0.4
- symfony/runtime: ^6.4 || ^7.4
This package is auto-updated.
Last update: 2026-06-15 06:43:30 UTC
README
A Payone connector for the mono bundle for the Relay API gateway
See the documentation for more information.
Development & Testing
- Install dependencies:
composer install - Run tests:
composer test - Run linters:
composer run lint - Run cs-fixer:
composer run cs-fix