dvpusha / LaravelWebMoney by pusha

WebMoney interfaces for Laravel 5
2,296
0
1
Package Data
Maintainer Username: pusha
Package Create Date: 2016-11-28
Package Last Update: 2024-10-25
Language: PHP
License: MIT
Last Refreshed: 2025-04-30 03:11:36
Package Statistics
Total Downloads: 2,296
Monthly Downloads: 12
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 1
Total Open Issues: 1

WebMoney interfaces for Laravel 5

This package interacts with the API Webmoney

XML-interfaces supported

  • X2: transferring funds from one purse to another

Installation Via Composer

  1. Add the dependency:

    composer require pusha/laravel-webmoney
    
  2. Add the service provider to config/app.php, within the providers array:

    'providers' => [
        // ...
        Pusha\LaravelWebMoney\WMServiceProvider::class,
    ]
    
  3. Publish the config file:

    php artisan vendor:publish
    

Examples