LaravelPackages.net
Acme Inc.
Toggle sidebar
jimmy/wlwx

Use WLWX's SMS web services with Laravel 5.x.

115
1
0.2.0
About jimmy/wlwx

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

wlwx-laravel

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

  1. add the repositories in the composer.json:

  2. 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

  1. Copy wlwx.php configuration file from src/config/wlwx.php to Laravel's config directory.
Comments