2017 © Pedro Peláez
 

library larapay-unitpay

This package is Larapay extension for Unitpay payment gateway.

image

balatsky/larapay-unitpay

This package is Larapay extension for Unitpay payment gateway.

  • Wednesday, May 17, 2017
  • by Balatsky
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Unitpay

This package is Larapay extension for Unitpay payment gateway., (*1)

Installation

``` bash $ composer install balatsky/larapay-unitpay, (*2)


Add configuration in `config/larapay.php`: ``` php 'gateways' => [ // other gateways \Skylex\Larapay\Gateways\Unitpay::class => [ 'algo' => '', // hashing algorhitm, md5 or sha256 'public' => '', // public merchant id 'secret' => '', // secret merchant key ], ],

Usage

See usage example in Larapay repository., (*3)

The Versions

17/05 2017

dev-master

9999999-dev https://github.com/Balatsky/Larapay-Unitpay

This package is Larapay extension for Unitpay payment gateway.

  Sources   Download

MIT

The Requires

 

The Development Requires

payments unitpay transactions skylex larapay

17/05 2017

0.2.0

0.2.0.0 https://github.com/Balatsky/Larapay-Unitpay

This package is Larapay extension for Unitpay payment gateway.

  Sources   Download

MIT

The Requires

 

The Development Requires

payments unitpay transactions skylex larapay

21/04 2017

0.1.0

0.1.0.0 https://github.com/Balatsky/Larapay-Unitpay

This package is Larapay extension for Unitpay payment gateway.

  Sources   Download

MIT

The Requires

 

The Development Requires

payments unitpay transactions skylex larapay