PHP code example of azimrisaldar / laravel-atom
1. Go to this page and download the library: Download azimrisaldar/laravel-atom library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
azimrisaldar / laravel-atom example snippets
/* All Required Parameters by your Gateway */
$parameters = [
'email' => '[email protected]',
'phone' => '**********',
'Amount' => '100',
];
$return = Atompay::prepare($parameters);
return redirect($return) ;