2017 © Pedro Peláez
 

library payum-cashnpay

Extension for Payum which add support for CASH'nPAY payment gateway.

image

div-looper/payum-cashnpay

Extension for Payum which add support for CASH'nPAY payment gateway.

  • Monday, January 4, 2016
  • by khal3d
  • Repository
  • 2 Watchers
  • 1 Stars
  • 1,309 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Payum CASHnPAY

Extension for Payum which add support for CASH'nPAY payment gateway., (*1)

Installation

composer require div-looper/payum-cashnpay

ACMEPaymentBundle.php:, (*2)

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:, (*3)

gateways:
    ...
    fawry:
        cashnpay:
            product_id: "00000000"
            secret_key: "0x0xX0x0"
            sandbox: true
    ...

License

Payum-CASHnPAY is released under the MIT License., (*4)

The Versions

04/01 2016

dev-master

9999999-dev https://github.com/khal3d/payum-cashnpay

Extension for Payum which add support for CASH'nPAY payment gateway.

  Sources   Download

MIT

The Requires

 

payment fawry cashnpay

04/01 2016

v1.0.0

1.0.0.0 https://github.com/khal3d/payum-cashnpay

Extension for Payum which add support for CASH'nPAY payment gateway.

  Sources   Download

MIT

The Requires

 

payment fawry cashnpay

03/07 2015

v0.1.0

0.1.0.0 https://github.com/khal3d/payum-cashnpay

Extension for Payum which add support for CASH'nPAY payment gateway.

  Sources   Download

MIT

The Requires

 

payment fawry cashnpay