PHPackages                             codephoenixdev/moneypal-laravel-gateway - 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. codephoenixdev/moneypal-laravel-gateway

ActiveLibrary[Payment Processing](/categories/payments)

codephoenixdev/moneypal-laravel-gateway
=======================================

A Laravel payment gateway package for MoneyPal integration

v1.0.0(1y ago)00MITPHPPHP &gt;=7.3

Since Apr 23Pushed 12mo ago1 watchersCompare

[ Source](https://github.com/CodePhoenixDev/moneypal-laravel-gateway)[ Packagist](https://packagist.org/packages/codephoenixdev/moneypal-laravel-gateway)[ RSS](/packages/codephoenixdev-moneypal-laravel-gateway/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

MoneyPal Laravel Gateway
========================

[](#moneypal-laravel-gateway)

[![Latest Version](https://camo.githubusercontent.com/0b942403e64d58be7f75e2e05ed2109d02952c0632ad74997b92e24cc25225c0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f436f646550686f656e69784465762f6d6f6e657970616c2d6c61726176656c2d676174657761793f6c6162656c3d76657273696f6e)](https://github.com/CodePhoenixDev/moneypal-laravel-gateway/releases)[![License](https://camo.githubusercontent.com/51aa1de79314b038531fb1098531a17e37982f8efef38fdccc2a283e8f7db6c0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f436f646550686f656e69784465762f6d6f6e657970616c2d6c61726176656c2d67617465776179)](LICENSE)[![Build Status](https://camo.githubusercontent.com/b0c6c6845a74cb65a7f0a32bdcfd8fbf80eeb40026c4029af424ab371c94b8bd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275696c642d70617373696e672d627269676874677265656e)](https://github.com/CodePhoenixDev/moneypal-laravel-gateway)

**MoneyPal Laravel Gateway** provides seamless integration between your Laravel application and the MoneyPal payment system.
Built with ❤️ by [Phoenix AI Team](https://github.com/orgs/PhoenixAITeam).

---

🚀 Features
----------

[](#-features)

- Easy integration with Laravel 8–12
- Simple configuration
- Clean and extendable architecture
- Built with developer experience in mind

---

📦 Installation
--------------

[](#-installation)

You can install the package via Composer:

```
composer require codephoenixdev/moneypal-laravel-gateway
```

---

⚙️ Configuration
----------------

[](#️-configuration)

After installing, publish the config file using:

```
php artisan vendor:publish --tag="moneypal-config"
```

Set your API keys and options in the published config file (`config/moneypal.php`).

---

✅ Usage
-------

[](#-usage)

```
use CodePhoenixDev\MoneyPal\Facades\MoneyPal;

$response = MoneyPal::pay([
    'amount' => 10000,
    'callback_url' => route('payment.callback'),
    'description' => 'Order #1234',
]);

return redirect()->away($response->getRedirectUrl());
```

---

🧪 Testing
---------

[](#-testing)

```
php artisan test
```

---

🤝 Contributing
--------------

[](#-contributing)

Got an idea or found a bug? Feel free to fork, fix and PR. We welcome contributions!

---

📜 License
---------

[](#-license)

MIT © [Phoenix AI Team](https://github.com/orgs/PhoenixAITeam)
Crafted with dedication for the Laravel community.

```

The MIT License (MIT)

Copyright (c) 2025 CodePhoenixDev

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance49

Moderate activity, may be stable

Popularity0

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

383d ago

### Community

Maintainers

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

---

Top Contributors

[![CodePhoenixDev](https://avatars.githubusercontent.com/u/208881400?v=4)](https://github.com/CodePhoenixDev "CodePhoenixDev (13 commits)")

---

Tags

laravelmoneypaymentgatewaymoneypal

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/codephoenixdev-moneypal-laravel-gateway/health.svg)

```
[![Health](https://phpackages.com/badges/codephoenixdev-moneypal-laravel-gateway/health.svg)](https://phpackages.com/packages/codephoenixdev-moneypal-laravel-gateway)
```

###  Alternatives

[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4845.9k](/packages/sebdesign-laravel-viva-payments)[dena-a/iran-payment

a Laravel package to handle Internet Payment Gateways for Iran Banking System

312.4k1](/packages/dena-a-iran-payment)[parsisolution/gateway

A Laravel package for connecting to all Iraninan payment gateways

231.7k](/packages/parsisolution-gateway)[sostheblack/moip

Laravel Package for Moip.

171.9k](/packages/sostheblack-moip)

PHPackages © 2026

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