PHPackages                             telepay/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. telepay/php-sdk

ActiveLibrary

telepay/php-sdk
===============

The Telepay PHP SDK for easy integrate Telepay APIs from PHP

29.1k—0%2PHP

Since Mar 1Pushed 9y ago3 watchersCompare

[ Source](https://github.com/Telepay/PHP-SDK)[ Packagist](https://packagist.org/packages/telepay/php-sdk)[ RSS](/packages/telepay-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Telepay API integration for PHP
===============================

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

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

The API control panel is in

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

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

[](#the-currently-implemented-services-are)

- **Sample Service:** for testing the right connection to the API
- **PagoFacil:** Credit and Debit bank card processing
- **Paynet Payment of services:** gives a way for paying many common services in Mexico
- **PayU:** a way for pay services in 7eleven and Oxxo, Mexico
- **SafetyPay:** online payments with your online banking credentials.
- **ToditoCash:** mexican pre-charged wallet for paying services and products online.
- **Ukash:** referenced payments with a vouchers without bank data.
- **Paynet reference:** generates reference barcodes for paying over internet without bank card data.
- **Halcash Spain:** sends a hal to a phone or cancel a ticket.
- **Multiva TPV:** generates a Virtual Tpv for payments with credit card.
- **Pademobile:** online payments with your online banking credentials.
- **POS Service:** generates a Virtual Tpv for payments with credit card.
- **EasyPay Service:** generates a reference to pay from the cashier.
- **SepaIn Service:** generates a reference to pay with bank transfer.
- **Cryptocapital Service:** generates a virtual credit card.

Installation
------------

[](#installation)

1. Get the code via clone

- `git clone https://github.com/Telepay/PHP-SDK.git`

2. Get via require in composer.json

- `require: { "telepay/php-sdk": "dev-master" }`

Basic sample
------------

[](#basic-sample)

```
