jimmy/wlwx is a Laravel package for use wlwx's sms web services with laravel 5.x..
It currently has 1 GitHub stars and 115 downloads on Packagist (latest version 0.2.0).
Install it with composer require jimmy/wlwx.
Discover more Laravel packages by jimmy
or browse all Laravel packages to compare alternatives.
Last updated
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.
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