| Package Data | |
|---|---|
| Maintainer Username: | pusha |
| Package Create Date: | 2016-11-28 |
| Package Last Update: | 2024-10-25 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-19 15:22:39 |
| Package Statistics | |
|---|---|
| Total Downloads: | 2,377 |
| Monthly Downloads: | 30 |
| Daily Downloads: | 2 |
| 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