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 |
This package interacts with the API Webmoney
Add the dependency:
composer require pusha/laravel-webmoney
Add the service provider to config/app.php
, within the providers
array:
'providers' => [
// ...
Pusha\LaravelWebMoney\WMServiceProvider::class,
]
Publish the config file:
php artisan vendor:publish