jimmy / wlwx
Use WLWX's SMS web services with Laravel 5.x.
Installs: 100
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jimmy/wlwx
Requires
- php: >=5.5.9
This package is not auto-updated.
Last update: 2025-10-12 10:02:42 UTC
README
A PHP package to connect to Wlwx's sms in an object-oriented manner, with a focus on intuitive usage.
Currently optimizing for Laravel Framework.
Installation
-
add the repositories in the composer.json:
-
add the service provider to the providers array in config/app.php:
Jimmy\Wlwx\ServiceProvider::class,
There's no facades to add in config/app.php
- Copy wlwx.php configuration file from src/config/wlwx.php to Laravel's config directory.