A Laravel payment package For Emergent payment gateway
owenoj/emergentpay is a Laravel package for a laravel payment package for emergent payment gateway .
It currently has 0 GitHub stars and 72 downloads on Packagist (latest version v1.4).
Install it with composer require owenoj/emergentpay.
Discover more Laravel packages by owenoj
or browse all Laravel packages to compare alternatives.
Last updated
Simple Laravel package for emergent payment gateway
Via Composer
$ composer require owenoj/emergentpay
Update your .env file with the following and their values.
EMERGENT_ENVIRONMENT
EMERGENT_APP_ID
EMERGENT_API_KEY
class EmergentController extends Controller
{
public function pay()
{
EmergentPay::initialize(route('callback'));
}
Please see the changelog for more information on what has changed recently.
$ composer test
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email author email instead of using the issue tracker.
license. Please see the license file for more information.