PHPackages                             razmiksaghoyan/omnipay-telcell - 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. razmiksaghoyan/omnipay-telcell

ActiveLibrary[Payment Processing](/categories/payments)

razmiksaghoyan/omnipay-telcell
==============================

TelCell gateway for Omnipay payment processing library

0451[1 issues](https://github.com/RazmikSaghoyan/-omnipay-telcell/issues)PHP

Since Apr 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/RazmikSaghoyan/-omnipay-telcell)[ Packagist](https://packagist.org/packages/razmiksaghoyan/omnipay-telcell)[ RSS](/packages/razmiksaghoyan-omnipay-telcell/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Omnipay: TelCell
================

[](#omnipay-telcell)

**TelCell driver for the Omnipay Laravel payment processing library**

[![Latest Stable Version](https://camo.githubusercontent.com/c50a50f133d5d54ad0ea45ed8d5b250889a85a9c3270b385cefd0651b4e96cf1/68747470733a2f2f706f7365722e707567782e6f72672f72617a6d696b736167686f79616e2f6f6d6e697061792d74656c63656c6c2f76657273696f6e2e706e67)](https://packagist.org/packages/razmiksaghoyan/omnipay-telcell)[![Total Downloads](https://camo.githubusercontent.com/8935c0303df652c2d83ba1a17d035af02ebf5e42dec256b28720700dafd82074/68747470733a2f2f706f7365722e707567782e6f72672f72617a6d696b736167686f79616e2f6f6d6e697061792d74656c63656c6c2f642f746f74616c2e706e67)](https://packagist.org/packages/razmiksaghoyan/omnipay-telcell)

[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment processing library for PHP 5.5+. This package implements TelCell support for Omnipay.

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

[](#installation)

Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply add it to your `composer.json` file:

```
{
    "require": {
        "razmiksaghoyan/omnipay-telcell": "dev"
    }
}
```

And run composer to update your dependencies:

```
composer update

```

Or you can simply run

```
composer require razmiksaghoyan/omnipay-telcell

```

Basic Usage
-----------

[](#basic-usage)

1. Use Omnipay gateway class:

```
    use Omnipay\Omnipay;
```

2. Initialize TelCell gateway:

```
    $gateway = Omnipay::create('Telcell');
    $gateway->setShopId(env('SHOP_ID'));
    $gateway->setShopKey(env('SHOP_KEY'));
    $gateway->setSum(10); // Amount to charge
    $gateway->setInfo([]); // Additional information
    $gateway->setTransactionId(XXXX); // Transaction ID from your system
```

3. Call purchase, it will automatically redirect to TelCell's hosted page

```
    $purchase = $gateway->purchase()->send();
    $purchase->redirect();
```

4. Create a webhook controller to handle the callback request at your `RETURN_URL` and catch the webhook as follows

```
    $gateway = Omnipay::create('Telcell');
    $gateway->setShopId(env('SHOP_ID'));
    $gateway->setShopKey(env('SHOP_KEY'));

    $purchase = $gateway->completePurchase()->send();

    // Do the rest with $purchase and response with 'OK'
    if ($purchase->isSuccessful()) {

        // Your logic

    }

    return new Response('OK');
```

For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/omnipay)repository.

Support
-------

[](#support)

If you are having general issues with Omnipay, we suggest posting on [Stack Overflow](http://stackoverflow.com/). Be sure to add the [omnipay tag](http://stackoverflow.com/questions/tagged/omnipay) so it can be easily found.

If you want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which you can subscribe to.

If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/razmiksaghoyan/omnipay-telcell/issues), or better yet, fork the library and submit a pull request.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 80% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/013f24e94edc7195a8d9da4709df93ef5fea12c2c1c61f05b3713afe25df6546?d=identicon)[RazmikSaghoyan](/maintainers/RazmikSaghoyan)

---

Top Contributors

[![RazmikSaghoyan](https://avatars.githubusercontent.com/u/28092645?v=4)](https://github.com/RazmikSaghoyan "RazmikSaghoyan (4 commits)")[![ArtMin96](https://avatars.githubusercontent.com/u/29732308?v=4)](https://github.com/ArtMin96 "ArtMin96 (1 commits)")

### Embed Badge

![Health badge](/badges/razmiksaghoyan-omnipay-telcell/health.svg)

```
[![Health](https://phpackages.com/badges/razmiksaghoyan-omnipay-telcell/health.svg)](https://phpackages.com/packages/razmiksaghoyan-omnipay-telcell)
```

###  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)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

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

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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