pusha / laravel-webmoney
WebMoney interfaces for Laravel
Installs: 2 276
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 1
Requires
- php: >=5.6
- ext-bcmath: *
- laravel/framework: 5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
This package is auto-updated.
Last update: 2025-02-25 13:12:55 UTC
README
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
-
Add the dependency:
composer require pusha/laravel-webmoney
-
Add the service provider to
config/app.php
, within theproviders
array:'providers' => [ // ... Pusha\LaravelWebMoney\WMServiceProvider::class, ]
-
Publish the config file:
php artisan vendor:publish