owenoj / emergentpay
A Laravel payment package For Emergent payment gateway
Installs: 52
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 3
pkg:composer/owenoj/emergentpay
Requires
- guzzlehttp/guzzle: ^7.0
 - illuminate/support: ^5.0|^6.0|^7.0|^8.0
 
Requires (Dev)
- orchestra/testbench: ^4.0
 - phpunit/phpunit: ^8.0
 
This package is auto-updated.
Last update: 2025-10-20 01:36:08 UTC
README
Simple Laravel package for emergent payment gateway
Installation
Via Composer
$ composer require owenoj/emergentpay
Usage
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'));    
    }
Change log
Please see the changelog for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
License
license. Please see the license file for more information.