Download the PHP package lolautruche/payline-bundle without Composer
On this page you can find all versions of the php package lolautruche/payline-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lolautruche/payline-bundle
More information about lolautruche/payline-bundle
Files in lolautruche/payline-bundle
Package payline-bundle
Short Description Symfony integration for Payline payment system
License MIT
Informations about the package payline-bundle
LolautruchePaylineBundle
Integrates Payline payment solution with Symfony.
Features
- Service integration and simple semantic configuration
- Simplified API for web payments
- Automatically validates web payments
- Extensibility using events
Requirements
Payline account
You will of course need a valid Payline account.
Mandatory elements from you Payline account are:
- Merchant ID
- Access key, which you can generate in Payline admin
- Contract number, related to the means of payment you configured in Payline admin
PHP
- PHP >=7.2.5
- PHP SOAP extension for Payline SDK
Symfony
Symfony 4.4 / 5.x
For support of earlier versions of Symfony, refer to:
Installation
This bundle is installable with Symfony Flex. You first need to allow contrib recipes before requiring the package:
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:
`
Documentation
See Resources/doc/
All versions of payline-bundle with dependencies
ext-soap Version *
monext/payline-sdk Version ^4.59
symfony/framework-bundle Version ^4.4|^5.0
symfony/expression-language Version ^4.4|^5.0
symfony/property-access Version ^4.4|^5.0