PHPackages                             checkdomain/telecash - 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. [Payment Processing](/categories/payments)
4. /
5. checkdomain/telecash

ActiveLibrary[Payment Processing](/categories/payments)

checkdomain/telecash
====================

Checkdomain/telecash provides a wrapper to the TeleCash API

2.0.0(8y ago)021.6k21MITPHPPHP &gt;=5.4

Since Jan 28Pushed 8y ago8 watchersCompare

[ Source](https://github.com/checkdomain/TeleCash)[ Packagist](https://packagist.org/packages/checkdomain/telecash)[ RSS](/packages/checkdomain-telecash/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (1)

README
======

[](#readme)

What is Checkdomain/TeleCash
----------------------------

[](#what-is-checkdomaintelecash)

Checkdomain/TeleCash is a wrapper for the [TeleCash Internet Payment Gateway](http://www.telecash.de/produkte-services/e-commerce/support-fuer-entwickler/ipg-schnittstellen-fuer-entwickler/) (german). TeleCash Internet Payment Gateway (TeleCash IPG) is a payment service provider supporting a variety of payment options.

This project focuses on version 4 of the **API** interface (IPG API). There is no support for the **Connect** interface.

Checkdomain/TeleCash is currently limit to credit card payments.

TeleCash offers a service called [DataStorage](http://www.telecash.de/produkte-services/e-commerce/internet-payment-gateway/ipg-add-ons/) (german), which basically means they handle the secure storage of credit card information. Checkdomain/TeleCash supports the **DataStorage** service, in fact it is the only supported option for initiating sell transactions.

Requirements
------------

[](#requirements)

Checkdomain/TeleCash requires php &gt;= 5.4.

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

[](#installation)

The easiest way to install this library is through [composer](http://getcomposer.org/). Just add the following lines to your **composer.json** file:

```
{
   "require": {
        "checkdomain/TeleCash": "dev-master"
    }
}
```

Another way would be to download this library and configure the autoloading yourself. This library relies on a [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md) compatible autoloader for automatic class loading.

Usage
-----

[](#usage)

All supported API functions are accessible via the `TeleCash` class. For example, to validate credit card information use the `validate` method:

```
$teleCash = new Checkdomain\TeleCash\TeleCash(...);
$validation = $teleCash->validate($ccNumber, $ccValid);
echo $validation->wasSuccessful();
```

To store credit card information using the **DataStorage** service use the `storeHostedData` method:

```
$response = $teleCash->storeHostedDate($ccNumber, $ccValid, $hostedDataId);
```

To make a sell using previously stored credit card information use the `sellUsingHostedData` method:

```
$response = $teleCash->sellUsingHostedData($hostedDataId, $amount);
```

Contributing
------------

[](#contributing)

Checkdomain/TeleCash is open source. We are happily accepting any kind of contributions.

Running Tests
-------------

[](#running-tests)

Run a `php composer.phar install` command in the base directory to install the `phpunit` dependency. After that you can simply call `vendor/bin/phpunit tests/` to run the test suite.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~605 days

Total

2

Last Release

3158d ago

Major Versions

1.0.0 → 2.0.02017-09-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/d0fbe6a64d255b1f02ede1c29bcaab3369a5278f15a8a6249f5c7c42a8702620?d=identicon)[checkdomain](/maintainers/checkdomain)

---

Top Contributors

[![TPete](https://avatars.githubusercontent.com/u/8928006?v=4)](https://github.com/TPete "TPete (20 commits)")[![FlorianKoerner](https://avatars.githubusercontent.com/u/647303?v=4)](https://github.com/FlorianKoerner "FlorianKoerner (1 commits)")

---

Tags

payment service providertelecash

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/checkdomain-telecash/health.svg)

```
[![Health](https://phpackages.com/badges/checkdomain-telecash/health.svg)](https://phpackages.com/packages/checkdomain-telecash)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[paytrail/paytrail-php-sdk

PHP Software Development Kit for Paytrail payment service

11423.0k5](/packages/paytrail-paytrail-php-sdk)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
