Download the PHP package div-looper/payum-cashnpay without Composer
On this page you can find all versions of the php package div-looper/payum-cashnpay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download div-looper/payum-cashnpay
More information about div-looper/payum-cashnpay
Files in div-looper/payum-cashnpay
Download div-looper/payum-cashnpay
More information about div-looper/payum-cashnpay
Files in div-looper/payum-cashnpay
Vendor div-looper
Package payum-cashnpay
Short Description Extension for Payum which add support for CASH'nPAY payment gateway.
License MIT
Homepage https://github.com/khal3d/payum-cashnpay
Package payum-cashnpay
Short Description Extension for Payum which add support for CASH'nPAY payment gateway.
License MIT
Homepage https://github.com/khal3d/payum-cashnpay
Please rate this library. Is it a good library?
Informations about the package payum-cashnpay
Payum CASHnPAY
Extension for Payum which add support for CASH'nPAY payment gateway.
Installation
composer require div-looper/payum-cashnpay
ACMEPaymentBundle.php:
namespace ACME\Bundle\PaymentBundle;
use DivLooper\Payum\CashnPay\Bridge\Symfony\CashnPayGatewayFactory;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class ACMEPaymentBundle extends Bundle
{
public function build(ContainerBuilder $container)
{
parent::build($container);
/** @var $extension \Payum\Bundle\PayumBundle\DependencyInjection\PayumExtension */
$extension = $container->getExtension('payum');
$extension->addGatewayFactory(new CashnPayGatewayFactory());
}
}
config.yml:
gateways:
...
fawry:
cashnpay:
product_id: "00000000"
secret_key: "0x0xX0x0"
sandbox: true
...
License
Payum-CASHnPAY is released under the MIT License.
All versions of payum-cashnpay with dependencies
PHP Build Version
Package Version
The package div-looper/payum-cashnpay contains the following files
Loading the files please wait ....