PHPackages                             ttechnos/telebirr - 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. ttechnos/telebirr

ActiveLibrary[Payment Processing](/categories/payments)

ttechnos/telebirr
=================

Laravel package for Telebirr payment integration

v1.1.2(4w ago)228MITPHPPHP ^7.4|^8.0

Since Jul 20Pushed 4w ago1 watchersCompare

[ Source](https://github.com/titan36/telebirr-php)[ Packagist](https://packagist.org/packages/ttechnos/telebirr)[ RSS](/packages/ttechnos-telebirr/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (3)Versions (7)Used By (0)

Telebirr Laravel Package
========================

[](#telebirr-laravel-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2f9a01492fc793d945a813305dbc370a3fb47085240f241b7109d852d9c2752f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74746563686e6f732f74656c65626972722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ttechnos/telebirr)[![License: MIT](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![PHP Version](https://camo.githubusercontent.com/47f8d2c7cb2fc1fee982145fe79ad242cd127cdb3025b0ad9e6bcaf460a92fb4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344372e342d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://php.net)

A Laravel package for integrating the Telebirr H5 (Web Checkout) payment gateway. Provides methods to create orders, handle auth tokens, and verify callback signatures.

---

Documentation
-------------

[](#documentation)

Browse the step-by-step guides in the `docs` folder:

- [Installation Guide](docs/installation.md)
- [Configuration Guide](docs/configuration.md)
- [Payment Flow](docs/payment-flow.md)
- [Webhook Callbacks](docs/callbacks.md)
- [Queries &amp; Refunds](docs/queries-refunds.md)

---

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

[](#requirements)

- PHP 7.4 or higher
- Laravel 8.x, 9.x, 10.x, 11.x
- OpenSSL extension

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

[](#installation)

```
composer require ttechnos/telebirr
```

Quick Start
-----------

[](#quick-start)

```
use Ttechnos\Telebirr\Facades\Telebirr;

// Create payment order
$order = Telebirr::createOrder('Product Title', 100.50, [
    'notify_url'   => 'https://yourapp.com/api/telebirr/callback',
    'redirect_url' => 'https://yourapp.com/payment/success',
]);

$prepayId   = $order['prepay_id'];
$rawRequest = $order['raw_request'];

// Query order status
$status = Telebirr::queryOrder($prepayId);

// Refund a payment
$refund = Telebirr::refundOrder(10.00, $paymentOrderId);

// Verify webhook signature
$isValid = Telebirr::verifySignature($requestData);
```

Features
--------

[](#features)

- H5 Web Checkout (B2C)
- Fabric Token Auth
- Query Order Status
- Refund Payments
- RSA-PSS Webhook Signature Verification

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

[](#contributing)

See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute.

License
-------

[](#license)

MIT License. See [LICENSE](LICENSE) for more information.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance94

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

6

Last Release

28d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4cdfd7b4ed24ac3ce14acc3a7b2b9cc0bdd060fecd3b8cc18c53c1bf480f329d?d=identicon)[titohailu](/maintainers/titohailu)

---

Top Contributors

[![titan36](https://avatars.githubusercontent.com/u/30485242?v=4)](https://github.com/titan36 "titan36 (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ttechnos-telebirr/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k113.1M997](/packages/laravel-socialite)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

11.3k4.0k](/packages/leantime-leantime)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

762297.9k53](/packages/civicrm-civicrm-core)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M672](/packages/shopware-core)[amzn/amazon-pay-api-sdk-php

Amazon Pay API SDK (PHP)

515.6M14](/packages/amzn-amazon-pay-api-sdk-php)

PHPackages © 2026

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