indigophp/fuel-sms

此包已被废弃且不再维护。未建议替代包。

Indigo SMS 包的 Fuel 包装器

安装: 4

依赖者: 0

建议者: 0

安全: 0

星标: 1

关注者: 2

分支: 1

开放问题: 0

类型:fuel-package

v1.0.0 2014-07-18 09:32 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:30:40 UTC


README

Build Status Latest Stable Version Total Downloads License Dependency Status

此包是indigophp/sms 包的包装器。

安装

通过 Composer

{
    "require": {
        "indigophp/fuel-sms": "@stable"
    }
}

使用

\Sms::forge('default');

oil 发送消息

$ oil r sms --gateway=gateway number "message"

配置

'default' => function () {
    return new Indigo\Sms\Gateway\SomeGateway;
}

测试

$ codecept run

致谢

许可

MIT 许可证 (MIT)。有关更多信息,请参阅许可文件