https://github.com/signalwire-community/signalwire-php
PHP Library for SignalWire APIs
https://github.com/signalwire-community/signalwire-php
php sdk signalwire
Last synced: 6 months ago
JSON representation
PHP Library for SignalWire APIs
- Host: GitHub
- URL: https://github.com/signalwire-community/signalwire-php
- Owner: signalwire-community
- License: mit
- Created: 2018-09-19T09:16:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T10:55:50.000Z (almost 2 years ago)
- Last Synced: 2025-12-31T01:51:05.270Z (6 months ago)
- Topics: php, sdk, signalwire
- Language: PHP
- Homepage: https://signalwire-community.github.io/docs/php/
- Size: 326 KB
- Stars: 23
- Watchers: 23
- Forks: 27
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# SignalWire PHP

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](https://signalwire-community.github.io/docs/php/) site.
---
## Contributing
If you'd like to contribute, feel free to visit our [Slack channel](https://signalwire.community/) and read our developer section to get the code running in your local environment.
## Developers
To setup the dev environment follow these steps:
1. Fork this repository and clone it.
2. Create a new branch from `master` for your change.
3. Make changes!
## Versioning
Relay SDK for PHP follows Semantic Versioning 2.0 as defined at .
## License
Relay SDK for PHP is free software, and may be redistributed under the terms specified in the [MIT-LICENSE](https://github.com/signalwire-community/signalwire-php/blob/master/LICENSE) file.