2017 © Pedro Peláez
 

library omnipay-payubiz

Integrates PayUBiz payment gateway with omnipay

image

jaysson/omnipay-payubiz

Integrates PayUBiz payment gateway with omnipay

  • Thursday, April 28, 2016
  • by jaysson
  • Repository
  • 1 Watchers
  • 0 Stars
  • 56 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

OmniPay PayUBiz

Integrates PayUBiz payment gateway with Omnipay., (*1)

Install

Via Composer, (*2)

``` bash $ composer require jaysson/omnipay-payubiz, (*3)


## Usage ### Configuration ``` php $gateway = OmniAuth::create('PayUBiz'); $gateway->setKey(MERCHANT_ID); $gateway->setSalt(PAYU_SALT); $params = [ 'name' => $user->name, 'email' => $user->email, 'amount' => $product->amount, 'product' => $product->name, 'transactionId' => uniqid(), 'failureUrl' => url('api/v1/checkout/failed'), 'returnUrl' => url('api/v1/checkout/thank-you') ]; $gateway->purchase($params)->send()->redirect();

Check official OmniPay documentation for more, (*4)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*5)

Security

If you discover any security related issues, please email prabhakarbhat@live.com instead of using the issue tracker., (*6)

Credits

License

The MIT License (MIT). Please see License File for more information., (*7)

The Versions

28/04 2016

dev-master

9999999-dev https://github.com/jaysson/omnipay-payubiz

Integrates PayUBiz payment gateway with omnipay

  Sources   Download

MIT

The Requires

 

omnipay payu payubiz jaysson

28/04 2016

1.0

1.0.0.0 https://github.com/jaysson/omnipay-payubiz

Integrates PayUBiz payment gateway with omnipay

  Sources   Download

MIT

The Requires

 

omnipay payu payubiz jaysson