dbp / relay-mono-connector-payunity-bundle
A PayUnity connector for the mono bundle for the Relay API gateway
Installs: 8 255
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=8.1
- ext-intl: *
- ext-json: *
- ext-openssl: *
- api-platform/core: ^3.2
- dbp/relay-core-bundle: ^0.1.186
- dbp/relay-mono-bundle: ^0.4.10
- doctrine/dbal: ^3.8 || ^4.0
- doctrine/doctrine-migrations-bundle: ^3.3
- doctrine/migrations: ^3.3
- doctrine/orm: ^2.18 || ^3.2
- guzzlehttp/guzzle: ^7.4
- league/uri: ^6.5 || ^7.4
- psr/http-message: ^1.0 || ^2.0
- psr/log: ^1.1.4 || ^2.0.0 || ^3.0.0
- symfony/config: ^6.4
- symfony/console: ^6.4
- symfony/dependency-injection: ^6.4
- symfony/framework-bundle: ^6.4
- symfony/http-foundation: ^6.4
- symfony/http-kernel: ^6.4
- symfony/lock: ^6.4
- symfony/routing: ^6.4
- symfony/uid: ^6.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: ^10.1
- symfony/browser-kit: ^6.4
- symfony/http-client: ^6.4
- symfony/monolog-bundle: ^3.10
- symfony/phpunit-bridge: ^7.0.4
This package is auto-updated.
Last update: 2024-12-21 09:04:36 UTC
README
A PayUnity 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