kattsoftware / php-telephonify
Create IVR/phone robots/automated telephone applications/call-centers easy
Requires
- php: >=5.6
Suggests
- ext-dom: REQUIRED if you are using Twilio
- ext-json: REQUIRED if you are using Nexmo
- nexmo/client: ^1.9 || ^2.0 (REQUIRED if you plan to create outgoing or change ongoing calls - see docs)
- twilio/sdk: ^5.42 || ^6.1 (REQUIRED if you plan to create outgoing or change ongoing calls - see docs)
This package is auto-updated.
Last update: 2024-10-18 20:28:10 UTC
README
Telephonify is a PHP library which helps you to create telephone interactive menus (IVRs), automated attendants, call-centers and many more!
If you ever wanted to create one of those popular over-the-phone assistants, menus (and even a call-center!), then this library is for you.
This library can be used for the following providers of such services:
Installation
This library can be installed by using composer:
composer install kattsoftware/php-telephonify
Getting started
You can get started using Telephonify here.
About
This library tries to unify more providers of such services under one, unique usage. While all the providers were thoroughly tested and checked for corner cases, as this library is just new, there could be very rare situations where functionality and/or features' specific behaviors work slightly different than expected. If you find any such cases, kindly please report them as issues on this repo. You are also more than welcome to submit your own PRs!
To do:
- unit tests
- a tool for testing locally the implementation (without making the actual calls)
- recording feature (for human-to-human dialog parts of the call)
- implement more events across all providers
License
The library is licensed under the MIT License (MIT). See the LICENSE
file for more information.
Copyright (c) KattSoftware dev team.