dbp / relay-mono-connector-campusonline-bundle
A CO payment connector for the mono bundle for the Relay API gateway
Installs: 9 547
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 3
Type:symfony-bundle
Requires
- php: >=8.1
- ext-json: *
- api-platform/core: ^3.2
- dbp/relay-base-person-bundle: ^0.2.33
- dbp/relay-core-bundle: ^0.1.186
- dbp/relay-mono-bundle: ^0.5.0
- guzzlehttp/guzzle: ^7.4
- league/uri: ^6.5 || ^7.4
- psr/log: ^1.1.4 || ^2.0 || ^3.0
- symfony/config: ^6.4
- symfony/dependency-injection: ^6.4
- symfony/framework-bundle: ^6.4
- symfony/http-foundation: ^6.4
- symfony/http-kernel: ^6.4
- symfony/monolog-bundle: ^3.8
- symfony/translation: ^6.4
- symfony/translation-contracts: ^2.5 || ^3
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/phpunit-bridge: ^7.0.4
This package is auto-updated.
Last update: 2025-03-15 06:19:11 UTC
README
A CampusOnline 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