dbp / relay-mono-connector-campusonline-bundle
A CO payment connector for the mono bundle for the Relay API gateway
Installs: 3 339
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 3
Type:symfony-bundle
Requires
- php: >=7.3
- ext-json: *
- api-platform/core: ^2.7.11
- dbp/relay-core-bundle: ^0.1.98
- dbp/relay-mono-bundle: ^0.3.2
- directorytree/ldaprecord: ^2.17.2
- league/uri: ^6.5
- symfony/framework-bundle: ^5.4
- symfony/monolog-bundle: ^3.8
- symfony/translation: ^5.4
Requires (Dev)
- brainmaestro/composer-git-hooks: ^2.8.5
- friendsofphp/php-cs-fixer: ^3.4
- phpstan/phpstan: ^1.10.11
- phpstan/phpstan-phpunit: ^1.3.11
- phpstan/phpstan-symfony: ^1.2.25
- phpunit/phpunit: ^9.6.6
- symfony/browser-kit: ^5.4.21
- symfony/http-client: ^5.4.22
- symfony/phpunit-bridge: ^5.4.21
- vimeo/psalm: ^4.30
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