PHPackages                             360ground/meda-pay-test-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. [Payment Processing](/categories/payments)
4. /
5. 360ground/meda-pay-test-php

ActiveLibrary[Payment Processing](/categories/payments)

360ground/meda-pay-test-php
===========================

MedaPay gateway PHP SDK

08PHP

Since Aug 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/tadesse360/meda-pay-test-php)[ Packagist](https://packagist.org/packages/360ground/meda-pay-test-php)[ RSS](/packages/360ground-meda-pay-test-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

meda-pay-test-php
=================

[](#meda-pay-test-php)

MedaPay Payment SDK for php

Sample Usage
------------

[](#sample-usage)

- Add the package to your project

    `composer require 360ground/meda-pay-test-php`
- Import MedaPay classes

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

    use \MedaPay\Builder;`
    use \MedaPay\Configuration;
    use \MedaPay\Request;

    ```
- Create `Pay` instance using `Builder`

    ```
    $builder = new Builder();
    $pay = $builder->from("+251911121314")
           ->amount("25")
           ->withPaymentLabel("School Fee")
           ->build();

    ```
- Start payment using `Request`

    `Request::start($pay);`

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

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/32fee148bce76b44712dc4ce510b6ec1e80f553093011a8d69a01efa7956932c?d=identicon)[tadesse2360](/maintainers/tadesse2360)

---

Top Contributors

[![tadesse360](https://avatars.githubusercontent.com/u/66000917?v=4)](https://github.com/tadesse360 "tadesse360 (7 commits)")

### Embed Badge

![Health badge](/badges/360ground-meda-pay-test-php/health.svg)

```
[![Health](https://phpackages.com/badges/360ground-meda-pay-test-php/health.svg)](https://phpackages.com/packages/360ground-meda-pay-test-php)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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