PHPackages                             ahmedtaha-dev/telr-payment-gateway - 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. ahmedtaha-dev/telr-payment-gateway

ActiveLibrary[Payment Processing](/categories/payments)

ahmedtaha-dev/telr-payment-gateway
==================================

A package for integrating with Telr payment gateway

v2.0.0(2mo ago)02MITPHP

Since May 4Pushed 2mo agoCompare

[ Source](https://github.com/ahmedtaha01/telr-integration)[ Packagist](https://packagist.org/packages/ahmedtaha-dev/telr-payment-gateway)[ RSS](/packages/ahmedtaha-dev-telr-payment-gateway/feed)WikiDiscussions main Synced 2w ago

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

Telr Payment Gateway (Laravel)
==============================

[](#telr-payment-gateway-laravel)

PHP package for integrating [Telr](https://www.telr.com/) REST orders with Laravel applications. It creates SDK-backed payment orders and verifies order status using Basic authentication against Telr’s API.

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

[](#requirements)

- PHP 8.1 or higher (match your Laravel version’s PHP requirement)
- Laravel 9, 10, 11, or 12 (`illuminate/support` and `illuminate/http`)

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

[](#installation)

```
composer require ahmedtaha-dev/telr-payment-gateway
```

Laravel setup
-------------

[](#laravel-setup)

### 1. Register the service provider

[](#1-register-the-service-provider)

**Laravel 11+** — add the provider to `bootstrap/providers.php`:

```
