pusha/laravel-webmoney

WebMoney interfaces for Laravel

v2.3.0 2024-10-25 12:32 UTC

This package is auto-updated.

Last update: 2025-02-25 13:12:55 UTC


README

Latest Stable Version Total Downloads License

WebMoney interfaces for Laravel

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