dev-master
9999999-dev https://github.com/phwoolcon/sms-agentSMS Sending Agent
Apache-2.0
The Requires
- phwoolcon/phwoolcon ~1.1
- php >=7.0
The Development Requires
phwoolcon sms-agent
Wallogit.com
2017 © Pedro Peláez
SMS Sending Agent
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*1)
SMS Sending Agent, (*2)
Install as a phwoolcon package, (*3)
git clone git@github.com:phwoolcon/bootstrap.git sms-agent cd sms-agent bin/import-package git@github.com:phwoolcon/sms-agent.git
Access the sender's website and create an account before use this software., (*4)
List of senders: * sms-cn: 云信 sms.cn, (*5)
Create production config, choose the default sender(sms-cn by default), and fill up the sender account info:, (*6)
cp app/config/sms-agent.php app/config/production/sms-agent.php vim app/config/production/sms-agent.php
use SmsAgent; $mobile = '13579246801'; $content = 'Test message'; SmsAgent::send($mobile, $content)
You can build a self hosted agent to centralize SMS sending stubs for all your applications, with package phwoolcon/sms-agent-admin., (*7)
Please see CHANGELOG for more information on what has changed recently., (*8)
Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*9)
If you discover any security related issues, please email fishdrowned@gmail.com instead of using the issue tracker., (*10)
The Apache License, Version 2.0. Please see License File for more information., (*11)
SMS Sending Agent
Apache-2.0
phwoolcon sms-agent