2017 © Pedro Peláez
 

library sms-agent

SMS Sending Agent

image

phwoolcon/sms-agent

SMS Sending Agent

  • Friday, June 29, 2018
  • by Fishdrowned
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 350 % Grown

The README.md

sms-agent

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

SMS Sending Agent, (*2)

1. Install

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

2. Usage

2.1. Sending SMS

2.1.1 Get Sender Account

Access the sender's website and create an account before use this software., (*4)

List of senders: * sms-cn: 云信 sms.cn, (*5)

2.1.2. Configure

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

2.1.3. Compose and Send

use SmsAgent;

$mobile = '13579246801';
$content = 'Test message';

SmsAgent::send($mobile, $content)

2.2. Self Hosted Agent

You can build a self hosted agent to centralize SMS sending stubs for all your applications, with package phwoolcon/sms-agent-admin., (*7)

3. Change log

Please see CHANGELOG for more information on what has changed recently., (*8)

4. Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*9)

5. Security

If you discover any security related issues, please email fishdrowned@gmail.com instead of using the issue tracker., (*10)

6. Credits

7. License

The Apache License, Version 2.0. Please see License File for more information., (*11)

The Versions

29/06 2018

dev-master

9999999-dev https://github.com/phwoolcon/sms-agent

SMS Sending Agent

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

phwoolcon sms-agent