Download the PHP package halilcosdu/laravel-signalwire without Composer
On this page you can find all versions of the php package halilcosdu/laravel-signalwire. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download halilcosdu/laravel-signalwire
More information about halilcosdu/laravel-signalwire
Files in halilcosdu/laravel-signalwire
Package laravel-signalwire
Short Description Laravel SignalWire - Send Fax From Laravel
License MIT
Homepage https://github.com/halilcosdu/laravel-signalwire
Informations about the package laravel-signalwire
Laravel SignalWire - Send Fax From Laravel
Send Fax From Laravel package provides a Laravel-friendly interface for interacting with the SignalWire API, a cloud communication platform that offers services like voice, messaging, and video.
The package offers a variety of methods to interact with different aspects of the SignalWire services:
-
Fax Operations: You can send, receive, update, and delete faxes. This includes methods like
faxes
,sendFax
,getFax
,updateFax
, anddeleteFax
. -
Phone Numbers: You can list, create, update, and delete incoming phone numbers. This includes methods like
listIncomingPhoneNumbers
,createIncomingPhoneNumber
,getIncomingPhoneNumber
,updateIncomingPhoneNumber
,deleteIncomingPhoneNumber
, andgetAvailablePhoneNumbers
. - Fax Media: You can manage media related to faxes. This includes methods like
faxMedias
,getFaxMedia
, anddeleteFaxMedia
.
The package uses the Facade pattern, which means you can access all these methods statically via the SignalWire
facade. This makes it easy to use the SignalWire services in your Laravel application.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
Example
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Halil Cosdu
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-signalwire with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0