PHPackages                             magedahmad/tap-payment - 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. magedahmad/tap-payment

ActiveLibrary

magedahmad/tap-payment
======================

A package for tap.company payment gateway

162PHP

Since Apr 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/MagedAhmad/tap-payment)[ Packagist](https://packagist.org/packages/magedahmad/tap-payment)[ RSS](/packages/magedahmad-tap-payment/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Tap payment integration with Laravel
====================================

[](#tap-payment-integration-with-laravel)

A neat [tap payment](https://www.tap.company/eg/en) integration with laravel

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

[](#installation)

You can install the package via composer:

```
composer require magedahmad/tap-payment
```

Usage
-----

[](#usage)

```
TapCharge::charge($data);
```

### available endpoints

[](#available-endpoints)

- Charge `POST /charges`

```
TapCharge::charge($data);
```

- Get charge `GET /charges/{id}`

```
TapCharge::find($id);
```

- Subscribe `POST subscription/v1/`

```
TapSubscribe::subscribe($data);
```

- Get subscribtion `GET subscription/v1/{id}`

```
TapSubscribe::find($id);
```

- List subscriptions `POST subscription/v1/list`

```
TapSubscribe::list();
```

- Cancel subscription `DELETE subscription/v1/{id}`

```
TapSubscribe::cancel($id);
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Maged Raslan](https://github.com/magedahmad)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![MagedAhmad](https://avatars.githubusercontent.com/u/12874132?v=4)](https://github.com/MagedAhmad "MagedAhmad (6 commits)")

### Embed Badge

![Health badge](/badges/magedahmad-tap-payment/health.svg)

```
[![Health](https://phpackages.com/badges/magedahmad-tap-payment/health.svg)](https://phpackages.com/packages/magedahmad-tap-payment)
```

PHPackages © 2026

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