bugradayi / pay-labs
This package is abandoned and no longer maintained.
No replacement package was suggested.
Payment Gateway
0.0.2
2018-10-10 08:29 UTC
Requires
- artisaninweb/laravel-soap: 0.3.0.9
- guzzlehttp/guzzle: ^6.3
- spatie/array-to-xml: ^2.7
This package is auto-updated.
Last update: 2020-09-10 19:01:28 UTC
README
Such a good payment gateway (working on Laravel 5.7)
Installation
composer require bugradayi/pay-labs
you need to add PayLabs\ServiceProvider to your config/app.php providers array:
PayLabs\PayLabsServiceProvider::class
also need to add PayLabs\Facades to your config/app.php aliases array:
'PayLabs' => PayLabs\Facades\PayLabs::class
Finally to register events
composer dump-autoload -o
Supported Payment Gateways
| Payment | Refund | Transfer | Subscription | |
|---|---|---|---|---|
| TurkPos | Implemented |
Coming soon |
Implemented |
|
| Iyzico | Coming Soon |
Coming Soon |
||
| Garanti | Coming Soon |
- |
- |
Note: Under developing therefore I don't suggest to use