php-ovh-sms:PHP for OVH短信API

时间:2021-05-22 19:42:31
【文件属性】:
文件名称:php-ovh-sms:PHP for OVH短信API
文件大小:20KB
文件格式:ZIP
更新时间:2021-05-22 19:42:31
PHP PHP OVH短信 使用OVH SMS优惠直接从您的代码发送SMS。 <?php /** * # Instantiate. Visit https://api.ovh.com/createToken/index.cgi?GET=/sms&GET=/sms/*&PUT=/sms/*&DELETE=/sms/*&POST=/sms/* * to get your credentials */ require __DIR__ . '/vendor/autoload.php' ; use \ Ovh \ Sms \ SmsApi ; $ Sms = new SmsApi ( $ applicationKey , $ applicationSecret , $ endpoint , $ cons
【文件预览】:
php-ovh-sms-master
----composer.json(491B)
----package.json(378B)
----CONTRIBUTING.rst(3KB)
----tests()
--------bootstrap.php(2KB)
--------SmsApiTest.php(8KB)
----LICENSE(1KB)
----Gruntfile.js(2KB)
----src()
--------Message.php(8KB)
--------SmsApi.php(19KB)
--------MessageForResponse.php(2KB)
--------Sms.php(8KB)
----.gitignore(61B)
----.travis(218B)
----phpunit.xml.dist(536B)
----README.md(6KB)

网友评论