bugradayi / pay-labs
Payment Gateway
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
pkg:composer/bugradayi/pay-labs
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