library laravel-webmoney
WebMoney interfaces for Laravel 5
pusha/laravel-webmoney
WebMoney interfaces for Laravel 5
- Tuesday, December 20, 2016
- by pusha
- Repository
- 1 Watchers
- 0 Stars
- 394 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 2 Versions
- 4 % Grown
, (*1)
WebMoney interfaces for Laravel
This package interacts with the API Webmoney, (*2)
XML-interfaces supported
- X2: transferring funds from one purse to another
Installation Via Composer
-
Add the dependency:, (*3)
composer require pusha/laravel-webmoney
-
Add the service provider to config/app.php, within the providers array:, (*4)
'providers' => [
// ...
Pusha\LaravelWebMoney\WMServiceProvider::class,
]
-
Publish the config file:, (*5)
php artisan vendor:publish
Examples