pusha/laravel-webmoney

WebMoney interfaces for Laravel

Installs: 2 385

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 1

pkg:composer/pusha/laravel-webmoney

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

This package is auto-updated.

Last update: 2025-10-25 14:39:15 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