gabe/dayu

include dayu sdk by composer way, save msg history in database

0.1.2 2016-04-18 02:34 UTC

This package is not auto-updated.

Last update: 2024-09-18 18:06:30 UTC


README

How to send sms

$record = `model`;
$dayu = DaYu->createByDayuable($record);
$dayu->config($ak,$sk);
$dayu->send();

You can publish the migration with:

php artisan vendor:publish --provider="Gabe\Dayu\DayuServiceProvider" --tag="migrations"