Download the PHP package azimrisaldar/laravel-atom without Composer
On this page you can find all versions of the php package azimrisaldar/laravel-atom. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download azimrisaldar/laravel-atom
More information about azimrisaldar/laravel-atom
Files in azimrisaldar/laravel-atom
Download azimrisaldar/laravel-atom
More information about azimrisaldar/laravel-atom
Files in azimrisaldar/laravel-atom
Vendor azimrisaldar
Package laravel-atom
Short Description This pack is for integrating Atom payment gateway using Laravel 5 *
License MIT
Package laravel-atom
Short Description This pack is for integrating Atom payment gateway using Laravel 5 *
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-atom
Atom Payment Gateway Intergration Using Laravel 5 above version
This package will help you to Intergrate Atom Payment Gateway in Laravel framework
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
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:-
public function response(Request $request)
{
$response = Atompay::response($request);
dd($response);
}
All versions of laravel-atom with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
illuminate/support Version ~5.0|~6.0
guzzlehttp/guzzle Version ~5.0|~6.0
paymentgateway/atom Version dev-master
illuminate/support Version ~5.0|~6.0
guzzlehttp/guzzle Version ~5.0|~6.0
paymentgateway/atom Version dev-master
The package azimrisaldar/laravel-atom contains the following files
Loading the files please wait ....