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

ActiveLibrary

telepay-app/telepay-php
=======================

Minimal PHP kliens a TelePay Transaction API-hoz (HMAC, idempotency).

v1.0.3(7mo ago)05MITPHPPHP &gt;=8.1

Since Oct 12Pushed 7mo agoCompare

[ Source](https://github.com/telepay-app/telepay-php)[ Packagist](https://packagist.org/packages/telepay-app/telepay-php)[ RSS](/packages/telepay-app-telepay-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (6)Used By (0)

telepay-app/telepay-php
=======================

[](#telepay-apptelepay-php)

Minimal PHP kliens a TelePay Transaction API-hoz.

Telepítés
---------

[](#telepítés)

```
composer require telepay-app/telepay-php
```

Usage
-----

[](#usage)

```
use Telepay\Client;

$client = new Client(
    apiKey: 'PUBLIC_API_KEY',
    secret: 'SECRET',
);

// 💳 Új tranzakció létrehozása
$payload = [
  'msisdn' => '+36301234567',
  'description' => 'XYZ termék neve',
  'success_message' => 'Köszönjük a vásárlást!',
  'currency' => 'HUF',
  'cart' => [
    ['name' => 'Teszt termék', 'price' => 3000, 'quantity' => 1]
  ]
];

$response = $client->createTransaction($payload);
print_r($response);

// 🧾 Teljes refund indítása
$response = $client->refundTransaction('txn_123456');
print_r($response);
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance65

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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 ~1 days

Total

5

Last Release

212d ago

Major Versions

v0.1.0 → v1.0.02025-10-12

PHP version history (2 changes)v0.1.0PHP ^8.1|^8.2|^8.3

v1.0.1PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/32c9f4e2fc880db956a1efa0947de06ed009d749ea5590e4d8dd947325d2089e?d=identicon)[hletick](/maintainers/hletick)

---

Top Contributors

[![hletick](https://avatars.githubusercontent.com/u/4653410?v=4)](https://github.com/hletick "hletick (21 commits)")

### Embed Badge

![Health badge](/badges/telepay-app-telepay-php/health.svg)

```
[![Health](https://phpackages.com/badges/telepay-app-telepay-php/health.svg)](https://phpackages.com/packages/telepay-app-telepay-php)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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