Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
LolautruchePaylineBundle | 7x | stable |
Version | Compatible with |
---|---|
N/A | N/A |
Integrates Payline payment solution with Symfony.
You will of course need a valid Payline account.
Mandatory elements from you Payline account are:
Symfony 4.4 / 5.x
For support of earlier versions of Symfony, refer to:
This bundle is installable with Symfony Flex.
You first need to allow contrib recipes before requiring the package:
composer config extra.symfony.allow-contrib true
composer req lolautruche/payline-bundle
Everything will be pre-configured for you; however, ensure to Encrypt sensitive environment variables,
e.g. PAYLINE_MERCHANT_ID and PAYLINE_ACCESS_KEY with secrets:set command:
php bin/console secrets:set PAYLINE_MERCHANT_ID
php bin/console secrets:set PAYLINE_ACCESS_KEY
See Resources/doc/