dbp / relay-mono-connector-campusonline-bundle
A CO payment connector for the mono bundle for the Relay API gateway
Installs: 8 255
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: ^2.7.11 || ^3.2
- dbp/relay-base-person-bundle: ^0.2.33
- dbp/relay-core-bundle: ^0.1.148
- dbp/relay-mono-bundle: ^0.4.10
- guzzlehttp/guzzle: ^7.4
- league/uri: ^6.5 || ^7.4
- psr/log: ^1.1.4 || ^2.0 || ^3.0
- symfony/config: ^5.4 || ^6.4
- symfony/dependency-injection: ^5.4 || ^6.4
- symfony/framework-bundle: ^5.4.30 || ^6.4
- symfony/http-foundation: ^5.4 || ^6.4
- symfony/http-kernel: ^5.4 || ^6.4
- symfony/monolog-bundle: ^3.8
- symfony/translation: ^5.4 || ^6.4
- symfony/translation-contracts: ^2.5 || ^3
Requires (Dev)
- captainhook/captainhook: ^5.21
- friendsofphp/php-cs-fixer: ^3.50
- phpstan/phpstan: ^1.10.59
- phpstan/phpstan-phpunit: ^1.3.16
- phpstan/phpstan-symfony: ^1.3.7
- phpunit/phpunit: ^10.1
- symfony/browser-kit: ^5.4 || ^6.4
- symfony/http-client: ^5.4 || ^6.4
- symfony/phpunit-bridge: ^7.0.4
- vimeo/psalm: ^5.22.2
This package is auto-updated.
Last update: 2024-11-16 04:17:41 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