2017 © Pedro Peláez
 

library php-sdk

The Chip-Chap PHP SDK for easy integrate Chip-Chap APIs from PHP

image

chip-chap/php-sdk

The Chip-Chap PHP SDK for easy integrate Chip-Chap APIs from PHP

  • Friday, May 4, 2018
  • by santoslluis
  • Repository
  • 5 Watchers
  • 1 Stars
  • 341 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 Versions
  • 3 % Grown

The README.md

ChipChap API integration for PHP

This repository is a PHP implementation to interact with the ChipChap Financial API., (*1)

The API control panel are in https://commerce.chip-chap.com, (*2)

It provides interaction with many online payment providers like Halcash, Paynet, Bank Card, Online Wallets, etc. with a secure authentication and authorization mechanism., (*3)

The currently implemented services are:

  • Paynet: generates reference barcodes for paying over internet without bank card data.
  • Halcash: sends a hal to a phone or cancel a ticket.
  • Virtual Card: creates a virtual visa.
  • Bitcoin: pay and receive payments with btc.
  • Faircoin: pay and receive payments with fair.

Installation

  1. Get the code via clone
    • git clone https://github.com/Chip-Chap/PHP-SDK.git
  2. Get via require in composer.json
    • require: { "chipchap/php-sdk": "dev-master" }

Basic sample

<?php

use TelepayApi\Core\UserCredentials;
use TelepayApi\TelepayClient;

$credentials = new UserCredentials(
    'YOUR_TELEPAY_ACCESS_KEY',
    'YOUR_TELEPAY_ACCESS_SECRET'
);

$tc = new ChipChap($credentials, 'https://sandbox.chip-chap.com');

print_r($tc->getSample()->make());

The Versions

04/05 2018

dev-master

9999999-dev

The Chip-Chap PHP SDK for easy integrate Chip-Chap APIs from PHP

  Sources   Download

The Requires

 

by Lluis Santos

18/12 2017

2.0.0

2.0.0.0

The Chip-Chap PHP SDK for easy integrate Chip-Chap APIs from PHP

  Sources   Download

The Requires

 

by Lluis Santos

18/12 2017

2.0.0-alpha1

2.0.0.0-alpha1

The Chip-Chap PHP SDK for easy integrate Chip-Chap APIs from PHP

  Sources   Download

The Requires

 

by Lluis Santos

13/03 2017

dev-refactor

dev-refactor

The Chip-Chap PHP SDK for easy integrate Chip-Chap APIs from PHP

  Sources   Download

The Requires

 

by Lluis Santos
by Pere Andreu

25/07 2016

1.0.0

1.0.0.0

The Chip-Chap PHP SDK for easy integrate Chip-Chap APIs from PHP

  Sources   Download

The Requires

 

by Lluis Santos