PHPackages                             chip-chap/php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. chip-chap/php-sdk

ActiveLibrary[API Development](/categories/api)

chip-chap/php-sdk
=================

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

2.0.0(8y ago)13701PHP

Since Jul 25Pushed 8y ago5 watchersCompare

[ Source](https://github.com/Chip-Chap/PHP-SDK)[ Packagist](https://packagist.org/packages/chip-chap/php-sdk)[ RSS](/packages/chip-chap-php-sdk/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

ChipChap API integration for PHP
================================

[](#chipchap-api-integration-for-php)

This repository is a PHP implementation to interact with the ChipChap Financial API.

The API control panel are in

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

The currently implemented services are:
---------------------------------------

[](#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
------------

[](#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
------------

[](#basic-sample)

```
