PHPackages                             maxelpay/maxelpay - 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. maxelpay/maxelpay

ActiveLibrary[Payment Processing](/categories/payments)

maxelpay/maxelpay
=================

This package is used to pay in the crypto currency

1.0.9(1y ago)1341[1 PRs](https://github.com/munish48/maxelpay-payment-gayeway/pulls)proprietaryPHP

Since Jun 24Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (11)Used By (0)

Maxelpay Payment Gateway
========================

[](#maxelpay-payment-gateway)

MaxelPay.com offers a simple and fast solution for accepting Ethereum, BNB, and various other cryptocurrencies. Seamlessly receive crypto payouts from fiat currencies like Euros or U.S. Dollars, all without worrying about exchange rate volatility.

INSTALLATION
------------

[](#installation)

You can install the package via [Composer](http://getcomposer.org/).

```
composer require maxelpay/maxelpay
```

CONFIGURATION
-------------

[](#configuration)

#### Compatible with Laravel versions 11.x

[](#compatible-with-laravel-versions-11x)

1. Open bootstrap/providers.php and add this line to your Service Providers Array.

```
  Maxelpay\MaxelpayServiceProvider::class,
```

2. Open config/app.php and add this line

```
// Include on the top
use Illuminate\Support\Facades\Facade;
```

```
  'aliases' => Facade::defaultAliases()->merge([
       'Maxelpay' => Maxelpay\Http\Controllers\MaxelpayController::class,
  ])->toArray(),
```

#### Compatible with Laravel versions 7.x through 10.x

[](#compatible-with-laravel-versions-7x-through-10x)

1. Open config/app.php and add this line to your Service Providers Array.

```
  Maxelpay\MaxelpayServiceProvider::class,
```

2. Open config/app.php and add this line to your Aliases

```
  'Maxelpay' => Maxelpay\Http\Controllers\MaxelpayController::class,
```

HOW TO USE
----------

[](#how-to-use)

```
 php artisan vendor:publish --provider="Maxelpay\MaxelpayServiceProvider"
```

#### Required ENV Variables

[](#required-env-variables)

[Click here](https://dashboard.maxelpay.com/developers) to obtain the API Key and API Secret.

```
MAXELPAY_API_KEY="******************" #API Key
MAXELPAY_SECRET_KEY="******************"  #API Secret
MAXELPAY_PAYMENT_MODE="STAGING" #Payment mode STAGING or LIVE

```

#### Import classes in your controller

[](#import-classes-in-your-controller)

```
use URL;
use Maxelpay;
```

#### Example

[](#example)

```
 $data = array(
        "orderID"     => "123008", // Order Id
        "amount"      => "100", // Amount
        "currency"    => "INR", // Supported currencies - https://dashboard.maxelpay.com/documentation/integration
        "timestamp"   => time(), // Time stamp
        "userName"    => "ABC", // Customer Name
        "siteName"    => "Maxelpay", // Website name
        "userEmail"   => "abc@gmail.com", // Customer Email
        "redirectUrl" => URL::to('success'), // Success URL
        "websiteUrl"  => URL::to('/'), // Website URL
        "cancelUrl"   => URL::to('cancel'), // Cancel URL
        "webhookUrl"  => URL::to('webhook') // Webhook URL
    );
```

```
$response = Maxelpay::payload($data);
// print_r($response);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95% 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 ~8 days

Recently: every ~18 days

Total

10

Last Release

613d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/405e505d27df95c443b1d683215bcc941ace934af322cfc45591910aad7e39df?d=identicon)[maxelpay](/maintainers/maxelpay)

---

Top Contributors

[![tru-wp-dev](https://avatars.githubusercontent.com/u/69896112?v=4)](https://github.com/tru-wp-dev "tru-wp-dev (38 commits)")[![santosh422](https://avatars.githubusercontent.com/u/149764100?v=4)](https://github.com/santosh422 "santosh422 (2 commits)")

### Embed Badge

![Health badge](/badges/maxelpay-maxelpay/health.svg)

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

###  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)
