| Package Data | |
|---|---|
| Maintainer Username: | ViDavh | 
| Maintainer Contact: | vidavahdat98@gmail.com (Vida Vahdat) | 
| Package Create Date: | 2021-06-13 | 
| Package Last Update: | 2021-06-13 | 
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-10-28 03:06:49 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 8 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 1 | 
| Total Watchers: | 1 | 
| Total Forks: | 0 | 
| Total Open Issues: | 0 | 
This package is copied from larabook and made changes to compatible with Lumen .
First, install the package via Composer:
composer require vidavh/lumen-gateway
class_alias(\Vidavh\Gateway\Gateway::class, 'Gateway');
or
$app->withFacades(true, [
'Vidavh\Gateway\Gateway' => 'Gateway',
]);
$app->configure('gateway');
$app->register(\Vidavh\Gateway\PaymentServiceProvider::class);