sirumobile / payum-siru-bundle
Payum Siru Mobile gateway bundle
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.0
- payum/payum-bundle: ^2.5
- sirumobile/payum-siru: ^0.1.0
- symfony/config: ^6.0
- symfony/dependency-injection: ^6.0
- symfony/http-kernel: ^6.0
Requires (Dev)
- php-http/guzzle6-adapter: ^2.0
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-03-16 14:43:54 UTC
README
Add Siru gateway to Payum using Symfony bundle.
Requirements
- PHP 8.0+
- Symfony 6.0+
- API credentials from Siru
Installation
composer require sirumobile/payum-siru-bundle
You most likely have payum-bundle already installed but if not, you also need one of php-http/client-implementation adapters. For example
composer require symfony/http-client
Configuration
You need your API credentials and integration details from Siru Mobile.
# config/packages/payum.yaml payum: gateways: siru_checkout: factory: siru_checkout # These are only example values. Replace these with values # that you received from Siru Mobile merchant_id: 123 merchant_secret: yoursecret variant: variant2 purchase_country: FI service_group: 2 tax_class: 3