Download the PHP package blenderdeluxe/khipu-laravel without Composer
On this page you can find all versions of the php package blenderdeluxe/khipu-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download blenderdeluxe/khipu-laravel
More information about blenderdeluxe/khipu-laravel
Files in blenderdeluxe/khipu-laravel
Package khipu-laravel
Short Description A Laravel Package to use Khipu (http://khipu.com) modified from freshworkstudio/khipu-laravel all base rights for freshworkstudio
License MIT
Informations about the package khipu-laravel
Laravel Khipu Package
Package modified from Freshwork Studio for personal use all rights for them.
Khipu It's a chilean payment gateway to automate wire transfers. You can checkout the Khipu API documentation here.
This project is based on the amazing guys of Tifón and Freshwork Studio. https://github.com/khipu/lib-php
Installation
Step 1: Install Through Composer
Step 2: Add the Service Provider
In the app/config/app.php
file, add the following to the providers
array:
Step 3: Add the alias
In the app/config/app.php
file, add the following to the aliases
array:
Step 3: Publish the configuration
Step 4: Configure your .env or edit you brand new config/khipu.php
Step 5: Enjoy!
Usage
Option A: use the Facade
Option B: Typehint the class
TypeHint the BlenderDeluxe\Khipu\Khipu
class.
It'll be automatically authenticated using your configuration credentials (KHIPU_ID and KHIPU_KEY)
All versions of khipu-laravel with dependencies
illuminate/support Version ~5.0|^6.0|^7.0
blenderdeluxe/khipu Version ~1.0