Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Dialog Genie IPG for Laravel

Dialog Genie IPG for Laravel is a PHP Laravel Package W

Installation

Use the package manager composer to install package.

composer require techcouchits/genie

Add Dialog Genie API Key and Callback URL it .env file

//ENV FILE
GENIE_API = YOUR_API_KEY
GENIE_REDIRECT_URL = YOUR_REDIRECT_URL

Update Service Provider (config/app.php)

    'providers' => ServiceProvider::defaultProviders()->merge([
        \Techcouchits\Genie\GenieIpgServiceProvider::class
    ])->toArray(),

Run Migration

php artisan migrate

Usage

Redirect to below route with Payment amount and reference

//Controller
return redirect(amount,reference);

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Dialog Genie payment gateway integration with Laravel 10.x

Resources

Stars

8 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages