dvpusha / LaravelWebMoney

MIT License
0 stars 1 forks source link

Latest Stable Version Total Downloads License

WebMoney interfaces for Laravel

This package interacts with the API Webmoney

XML-interfaces supported

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