Skip to content

pvs812/php-best2pay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Best2Pay integration

Best2Pay API integration (including Symfony service provider)

Installation

composer require pvs812/best2pay

Symfony service registration

Package supports auto discovery for Symfony >= 5.2

You can also add Facade (configs/app.php)

'aliases' => [
    ...
    'Best2Pay' => Kozz\Best2Pay\Laravel\Facades\Best2PayFacade::class
],

Then run command (it will create config/best2pay.php file)

php artisan vendor:publish

About

Best2pay integration

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%