2017 © Pedro Peláez
 

library laravel-atom

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

image

azimrisaldar/laravel-atom

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

  • Friday, June 29, 2018
  • by Azim
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Atom Payment Gateway Intergration Using Laravel 5 above version

This package will help you to Intergrate Atom Payment Gateway in Laravel framework, (*1)

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., (*2)

Installation

Install package using composer, (*3)


    composer require azimrisaldar/laravel-atom

, (*4)

Add the service provider to the config/app.php file in Laravel, (*5)


    'PaymentGateway\Atom\AtomServiceProvider::class',

, (*6)

Publish the config by running in your terminal, (*7)


    php artisan vendor:publish

, (*8)

Edit the config/Atompay.php. Set the Mode of Tesing for True and False...
, (*9)

 use PaymentGateway\Atom\Facades\Atompay;  

Initiate Purchase Request and Redirect using the default gateway:-, (*10)

      /* 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);
    
    }  

The Versions

29/06 2018

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

by Avatar Azim

laravel 5 atom payment gateway indian payment gateway

08/10 2016

v1.0

1.0.0.0

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

  Sources   Download

MIT

The Requires

 

by Avatar Azim

laravel 5 atom payment gateway indian payment gateway