PHPackages                             tinosoft/hot-recharge - 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. [API Development](/categories/api)
4. /
5. tinosoft/hot-recharge

ActiveLibrary[API Development](/categories/api)

tinosoft/hot-recharge
=====================

HotRecharge php library

v0.0.4(2y ago)26MITPHPPHP &gt;=8.1

Since Jan 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/collentee/hot-recharge-php-sdk)[ Packagist](https://packagist.org/packages/tinosoft/hot-recharge)[ RSS](/packages/tinosoft-hot-recharge/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

HotRecharge PHP Library
=======================

[](#hotrecharge-php-library)

This is a PHP library for interacting with the HotRecharge API, allowing you to perform various operations such as recharging, querying transactions, and more.

Getting Started
===============

[](#getting-started)

Install the library using Composer:

composer require tinosoft/hot-recharge

Configure authentication by creating an instance of HotRechargeAuth and using it to initialize HotRecharge.

Use the library to perform various HotRecharge operations as needed.

Feel free to explore the library's functions and adapt them for your specific use case.

For more details and usage examples, refer to the code and documentation.

License This project is licensed under the MIT License - see the LICENSE file for details.

Authentication Header
---------------------

[](#authentication-header)

To use this library, you need to set up authentication details using the `HotRechargeAuth` class. Here's how you can configure it:

```
require 'vendor/autoload.php';

use HotRecharge\HotRecharge;
use HotRecharge\HotRechargeAuth;

$authConfig = new HotRechargeAuth('your-access-email', 'your-access-password');
or
$authConfig = new HotRechargeAuth('your-access-email', 'your-access-password', 'agent_reference');

$hotRecharge = new HotRecharge($authConfig);

## Usage Examples

## Recharging Pinless Example
$res = $hotRecharge->rechargePinless('amount', 'recipient_mobile_number');
echo $res;

recipient_mobile_number: The mobile number of the recipient.
amount: The recharge amount.

## Query Transaction Example
$res = $hotRecharge->queryTransaction('agent_reference');
echo $res;

agent_reference: The agent reference for the transaction you want to query.

## Recharging Zesa Example
$res = $hotRecharge->rechargeZesa('meter_number', recipient_mobile_number', 'amount');
echo $res;

meter_number : The meter number of the recipient.
recipient_mobile_number: The mobile number of the recipient.
amount: The recharge amount.
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

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

4

Last Release

830d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/2b88c09077a8490009d433742b716c8c4fcfcbebf103a47939f1c5bc45cbe519?d=identicon)[collentee](/maintainers/collentee)

---

Top Contributors

[![CollenDev](https://avatars.githubusercontent.com/u/119507177?v=4)](https://github.com/CollenDev "CollenDev (31 commits)")

---

Tags

phpapihotrechargeeconetnetone

### Embed Badge

![Health badge](/badges/tinosoft-hot-recharge/health.svg)

```
[![Health](https://phpackages.com/badges/tinosoft-hot-recharge/health.svg)](https://phpackages.com/packages/tinosoft-hot-recharge)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

553.3M7](/packages/checkout-checkout-sdk-php)

PHPackages © 2026

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