Download the PHP package birkof/netopia-mobilpay-bundle without Composer
On this page you can find all versions of the php package birkof/netopia-mobilpay-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download birkof/netopia-mobilpay-bundle
More information about birkof/netopia-mobilpay-bundle
Files in birkof/netopia-mobilpay-bundle
Package netopia-mobilpay-bundle
Short Description Seamless integration of Netopia MobilPay Payment Gateway into your Symfony application
License MIT
Informations about the package netopia-mobilpay-bundle
Netopia MobilPay Payment Gateway Symfony Bundle
This bundle provides an easy way to integrate MobilPay.ro Payment Gateway into your Symfony application.
Compatibility
It's compatible with Symfony 3.4 LTS and Symfony 4.0 (and later).
Installation
You just require using composer and you're good to go! `
If you don't use Flex, you need to manually enable bundle in your kernel:
Configuration
Configuration typically lives in the config/packages/netopia_mobilpay.yaml file for a Symfony 4 application.
You should define NETOPIA_MOBILPAY_PAYMENT_URL
, NETOPIA_MOBILPAY_PUBLIC_CERT
, NETOPIA_MOBILPAY_PRIVATE_KEY
and NETOPIA_MOBILPAY_SIGNATURE
in your environment variables.
If you're still using the old, non-environment system:
And define netopia_mobilpay_payment_url
, netopia_mobilpay_public_cert
, netopia_mobilpay_private_key
and netopia_mobilpay_signature
parameters in app/config/parameters.yml file.
Documentation
The bulk of the documentation is stored in the ./src/Resources/doc/index.md
file in this bundle:
Read the Documentation
License
This bundle is under the MIT license. See the complete license in the bundle:
Read the License
Features, Bugs and Collaborating
All of the code is provided as-is. We will not provide on-going support for any bugs that may be found. Please submit bug and features requests - we will review them but we do not guarantee that they will be addressed. Pull requests are welcome and we'll review them as quickly as we can.
All versions of netopia-mobilpay-bundle with dependencies
birkof/netopia-mobilpay Version ^3.0
symfony/monolog-bundle Version ^3.7
symfony/routing Version ^4.4 || ^5.0 || ^6.0