jay1963 / wlwx by jay1963

Use WLWX's SMS web services with Laravel 5.x.
94
1
2
Package Data
Maintainer Username: jay1963
Maintainer Contact: gao1963bin@gmail.com (Jimmy)
Package Create Date: 2017-08-18
Package Last Update: 2017-08-28
Language: PHP
License: Apache-2.0
Last Refreshed: 2024-04-26 03:09:15
Package Statistics
Total Downloads: 94
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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.