承接 vehikl/laravel-twilio-programmable-voice-test-rig 相关项目开发

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

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

vehikl/laravel-twilio-programmable-voice-test-rig

最新稳定版本:v0.0.1-rc.0

Composer 安装命令:

composer require vehikl/laravel-twilio-programmable-voice-test-rig

包简介

A laravel library for testing twilio programmable voice twiml flows

README 文档

README

Test your programmable voice twiml call flows, start to finish. Behind the scenes, uses PHPUnit static assertions, and not tested with Pest.

You need this library if you:

  • ☎️ Use twilio's programmable voice for handling phone calls
  • 📫 Have multiple endpoints to handle the flow of a call
  • 🔀 Multiple paths for the flow of a call

Quick-Start

<?php

// ...

use Vehikl\LaravelTwilioProgrammableVoiceTestRig\ProgrammableVoiceRig;

// ...

/** @test */
public function itDoesABasicFlow(): void
{
    // ...
}

Setting up your tests

Voice Calls

SMS Messaging

API

Assertions

  • assertTwimlEquals(twml, ...replacements) (works like sprintf)
  • assertTwimlContains(twml, ...replacements) (works like sprintf)
  • assertTwimlOrder([tag1Name, tag2Name])
  • assertRedirect(uri, method)
  • assertSay(textFromASayTag)
  • assertPlay(file)
  • assertDial(phoneNumber)
  • assertPause(numberOfSeconds)
  • assertStream(websocketUrl)
  • assertRecord(attributes)
  • assertGather(attributes, children?)
  • assertCallStatus(status)
  • assertTwilioHit(uri, method = 'POST', byTwimlTag = null)
  • assertCallEnded()
  • assertRejected(reason)

Contributors

  • Ahmed
  • Alex
  • Brad
  • Eric
  • Hunter
  • Ian
  • John I
  • John M
  • Jeff C
  • Justin S
  • Ruta

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 14
  • Forks: 0
  • 开发语言: PHP

其他信息

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