2017 © Pedro Peláez
 

library khipu-laravel

A Laravel Package to use Khipu (http://khipu.com)

image

freshworkstudio/khipu-laravel

A Laravel Package to use Khipu (http://khipu.com)

  • Thursday, September 3, 2015
  • by gonzunigad
  • Repository
  • 1 Watchers
  • 4 Stars
  • 291 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 14 Versions
  • 15 % Grown

The README.md

Laravel Khipu Package

Khipu It's a chilean payment gateway to automate wire transfers. You can checkout the Khipu API documentation here., (*1)

This project is based on the amazing guys of Tifón and Freshwork Studio. https://github.com/khipu/lib-php, (*2)

Installation

Step 1: Install Through Composer

composer require freshworkstudio/khipu-laravel

Step 2: Add the Service Provider

In the app/config/app.php file, add the following to the providers array:, (*3)

'providers' => array(
    …
    'FreshworkStudio\LaravelKhipu\KhipuServiceProvider',
    …
),

Step 3: Add the alias

In the app/config/app.php file, add the following to the aliases array:, (*4)

'aliases' => array(
    …
    'Khipu' => 'FreshworkStudio\LaravelKhipu\Facades\Khipu',
    …
),

Step 3: Publish the configuration

$ pa vendor:publish --provider="FreshworkStudio\LaravelKhipu\KhipuServiceProvider"

Step 4: Configure your .env or edit you brand new config/khipu.php

...
KHIPU_ID=99999
KHIPU_KEY=ec19c08f3bdb2162e99144b1f6b9c0e2fe1856e0

Step 5: Enjoy!

Usage

Option A: use the Facade

//routes.php

Route::get('/', function () {
    $banks =  Khipu::loadService('ReceiverBanks')->consult();

    echo $banks;
});

Option B: Typehint the class

TypeHint the FreshworkStudio\Khipu\Khipu class. It'll be automatically authenticated using your configuration credentials (KHIPU_ID and KHIPU_KEY), (*5)

//routes.php

Route::get('/', function (FreshworkStudio\Khipu\Khipu $khipu) {
    $banks =  $khipu->loadService('ReceiverBanks')->consult();

    //You can also can call the service as a properties of the class..
    $khipu->ReceiverBanks->consult();

    echo $banks;
});

The Versions

03/09 2015

dev-master

9999999-dev

A Laravel Package to use Khipu (http://khipu.com)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gonzalo De Spirito @ Freshwork Studio Chile

03/09 2015

1.0.3

1.0.3.0

A Laravel Package to use Khipu (http://khipu.com)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gonzalo De Spirito @ Freshwork Studio Chile

03/09 2015

1.0

1.0.0.0

A Laravel Package to use Khipu (http://khipu.com)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gonzalo De Spirito @ Freshwork Studio Chile

03/09 2015

1.0.2

1.0.2.0

A Laravel Package to use Khipu (http://khipu.com)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gonzalo De Spirito @ Freshwork Studio Chile

03/09 2015

dev-develop

dev-develop

A Laravel Package to use Khipu (http://khipu.com)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gonzalo De Spirito @ Freshwork Studio Chile

03/09 2015

1.0.1

1.0.1.0

A Laravel Package to use Khipu (http://khipu.com)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gonzalo De Spirito @ Freshwork Studio Chile

03/09 2015

0.1.8

0.1.8.0

A Laravel Package to use Khipu (http://khipu.com)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gonzalo De Spirito @ Freshwork Studio Chile

03/09 2015

0.1.7

0.1.7.0

A Laravel Package to use Khipu (http://khipu.com)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gonzalo De Spirito @ Freshwork Studio Chile

03/09 2015

0.1.6

0.1.6.0

A Laravel Package to use Khipu (http://khipu.com)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gonzalo De Spirito @ Freshwork Studio Chile

02/09 2015

0.1.5

0.1.5.0

A Laravel Package to use Khipu (http://khipu.com)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gonzalo De Spirito @ Freshwork Studio Chile

02/09 2015

0.1.2

0.1.2.0

A Laravel Package to use Khipu (http://khipu.com)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gonzalo De Spirito @ Freshwork Studio Chile

02/09 2015

0.1.3

0.1.3.0

A Laravel Package to use Khipu (http://khipu.com)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gonzalo De Spirito @ Freshwork Studio Chile

02/09 2015

0.1

0.1.0.0

A Laravel Package to use Khipu (http://khipu.com)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gonzalo De Spirito @ Freshwork Studio Chile

02/09 2015

0.1.1

0.1.1.0

A Laravel Package to use Khipu (http://khipu.com)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gonzalo De Spirito @ Freshwork Studio Chile