PHPackages                             azimrisaldar/laravel-atom - 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. azimrisaldar/laravel-atom

ActiveLibrary[Payment Processing](/categories/payments)

azimrisaldar/laravel-atom
=========================

This pack is for integrating Atom payment gateway using Laravel 5 \*

v1.0(9y ago)1313[1 PRs](https://github.com/azimrisaldar/laravel-atom/pulls)MITPHPPHP &gt;=5.4.0

Since Oct 8Pushed 3y agoCompare

[ Source](https://github.com/azimrisaldar/laravel-atom)[ Packagist](https://packagist.org/packages/azimrisaldar/laravel-atom)[ RSS](/packages/azimrisaldar-laravel-atom/feed)WikiDiscussions master Synced 1mo ago

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

Atom Payment Gateway Intergration Using Laravel 5 above version
===============================================================

[](#atom-payment-gateway-intergration-using-laravel-5-above-version)

This package will help you to Intergrate Atom Payment Gateway in Laravel framework

Getting Started
---------------

[](#getting-started)

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

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

[](#installation)

Install package using composer ```

    composer require azimrisaldar/laravel-atom

```

Add the service provider to the config/app.php file in Laravel

```

    'PaymentGateway\Atom\AtomServiceProvider::class',

```

Publish the config by running in your terminal

```

    php artisan vendor:publish

```

Edit the config/Atompay.php. Set the Mode of Tesing for True and False...

```
 use PaymentGateway\Atom\Facades\Atompay;
```

Initiate Purchase Request and Redirect using the default gateway:-

```
      /* All Required Parameters by your Gateway */

      $parameters = [
        'email'        => 'xyz@xyz.com',
        'phone'        => '**********',
        'Amount'        => '100',
      ];

        $return = Atompay::prepare($parameters);

        return redirect($return) ;
```

```

    public function response(Request $request)

    {

        $response = Atompay::response($request);

        dd($response);

    }

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3503d ago

### Community

Maintainers

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

---

Top Contributors

[![azimrisaldar](https://avatars.githubusercontent.com/u/13084356?v=4)](https://github.com/azimrisaldar "azimrisaldar (46 commits)")

---

Tags

laravel 5Atom Payment GatewayIndian Payment Gateway

### Embed Badge

![Health badge](/badges/azimrisaldar-laravel-atom/health.svg)

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

###  Alternatives

[softon/indipay

The Laravel 5 Package for Indian Payment Gateways. Currently supported gateways: CCAvenue, PayUMoney, EBS, CitrusPay, InstaMojo, ZapakPay, Mocker

6594.6k1](/packages/softon-indipay)[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4845.9k](/packages/sebdesign-laravel-viva-payments)[karson/mpesa-php-sdk

172.2k](/packages/karson-mpesa-php-sdk)[itsmurumba/laravel-mpesa

Laravel Package for Mpesa Daraja API

191.6k](/packages/itsmurumba-laravel-mpesa)[henryejemuta/laravel-monnify

A laravel package to seamlessly integrate monnify api within your laravel application

132.1k](/packages/henryejemuta-laravel-monnify)

PHPackages © 2026

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