PHPackages                             alisaleem/takepayments-hosted - 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. alisaleem/takepayments-hosted

ActiveLibrary[Payment Processing](/categories/payments)

alisaleem/takepayments-hosted
=============================

v1.0.6(3y ago)119PHP

Since May 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/alisaleem27/takepayments-hosted)[ Packagist](https://packagist.org/packages/alisaleem/takepayments-hosted)[ RSS](/packages/alisaleem-takepayments-hosted/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (8)Used By (0)

TakePayments (Hosted)
=====================

[](#takepayments-hosted)

#### Render a payment link button

[](#render-a-payment-link-button)

```
use AliSaleem\TakePaymentsHosted\Gateway;
use AliSaleem\TakePaymentsHosted\Request;

$gateway = new Gateway('', '');

$request = new Request(
    amount           : 1000,
    orderRef         : 'my-order-ref',
    transactionUnique: 'my-unique-transaction-id',
    redirectURL      : 'https://myredirect.url/path',
);

$request
    ->customerAddress('1 Street')
    ->customerPostCode('AB1 2CD');

echo $gateway->hostedRequest($request, [
    'formAttrs'  => 'class="my-form-class"',
    'submitText' => 'Reserve',
]);
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

7

Last Release

1149d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7361774?v=4)[alisaleem](/maintainers/alisaleem)[@AliSaleem](https://github.com/AliSaleem)

---

Top Contributors

[![alisaleem27](https://avatars.githubusercontent.com/u/28596110?v=4)](https://github.com/alisaleem27 "alisaleem27 (5 commits)")

### Embed Badge

![Health badge](/badges/alisaleem-takepayments-hosted/health.svg)

```
[![Health](https://phpackages.com/badges/alisaleem-takepayments-hosted/health.svg)](https://phpackages.com/packages/alisaleem-takepayments-hosted)
```

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.2k](/packages/msilabs-bkash)[binkode/laravel-paystack

A description for laravel-paystack.

112.1k](/packages/binkode-laravel-paystack)

PHPackages © 2026

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