承接 royceltd/laravel-bulksms 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

royceltd/laravel-bulksms

Composer 安装命令:

composer require royceltd/laravel-bulksms

包简介

Easily integrate bulk SMS into laravel app

README 文档

README

Laravel bulk sms

V2 supports V9 and above use V1 for V8 and below

This package provides a Facade to send SMS from any controller. Open a free account Royce BulkSMS, under API menu click generate API. Copy the API key and paste it in your .env file

API_KEY=apikey
SENDER_ID=RoyceLTD

Features

  • Provides a database table for storing sent text. table name:sent_text_messages

  • Receive Instant delivery status. Add webhook url to your bulksms account we'll send you message delivery status back to your application

Installation

Installroyceltd/laravel-bulksms:*

composer require royceltd/laravel-bulksms:*

Run migration

This package shift with a database table that will store sent text. It also provides a simple UI you can view the sent text

php artisan migrate

Usage

Laravel usage

T Open a free account Royce BulkSMS, under API menu click generate API. Copy the API key and paste it in your .env file

API_KEY=apikey
SENDER_ID=RoyceLTD

Sending Text message

In order to send text message add facade at the top of your controller and invoke sendSMS method with two parameters Recipient phone number and Message in that order.

Check sample below for guidance.

   use RoyceLtd\LaravelBulkSMS\Facades\RoyceBulkSMS;

        $phone = "071234567";
        $message = "Hello world";

        RoyceBulkSMS::sendSMS($phone, $message);

Support

We offer free integration. React us via call/whatsapp +254 713727937 developer@roycetechnologies.co.ke

API integration

If you would like to integrate API without using package check docs here: API documentation

统计信息

  • 总下载量: 260
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 1
  • 开发语言: CSS

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-11-21

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固