signalwire-community / signalwire
Client library for connecting to SignalWire.
Installs: 66 212
Dependents: 0
Suggesters: 0
Security: 0
Stars: 22
Watchers: 26
Forks: 26
Open Issues: 3
Requires
- php: >=8.0
- guzzlehttp/guzzle: >=6.0
- monolog/monolog: ^1.24 || ^2.0
- ramsey/uuid: ^3.8 || ^4.0
- ratchet/pawl: ^0.4.1
- recoil/react: 1.0.3
- twilio/sdk: 6.33.0
Requires (Dev)
- php-vcr/php-vcr: dev-master
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2024-11-07 20:09:34 UTC
README
The Relay SDK for PHP enables PHP developers to connect and use SignalWire's Relay APIs within their own PHP code. Our Relay SDK allows developers to build or add robust and innovative communication services to their applications.
⚠️ Disclaimer:
The libraries in this repository are NOT supported by SignalWire.
Getting Started
Read the implementation documentation, guides and API Reference at the Relay SDK for PHP Documentation site.
Contributing
If you'd like to contribute, feel free to visit our Slack channel and read our developer section to get the code running in your local environment.
Developers
To setup the dev environment follow these steps:
- Fork this repository and clone it.
- Create a new branch from
master
for your change. - Make changes!
Versioning
Relay SDK for PHP follows Semantic Versioning 2.0 as defined at http://semver.org.
License
Relay SDK for PHP is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.