Download the PHP package satellitewp/php-teamwork-chat without Composer
On this page you can find all versions of the php package satellitewp/php-teamwork-chat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download satellitewp/php-teamwork-chat
More information about satellitewp/php-teamwork-chat
Files in satellitewp/php-teamwork-chat
Download satellitewp/php-teamwork-chat
More information about satellitewp/php-teamwork-chat
Files in satellitewp/php-teamwork-chat
Vendor satellitewp
Package php-teamwork-chat
Short Description A PHP wrapper to send messages to Teamwork Chat
License MIT
Homepage https://github.com/SatelliteWP/php-teamwork-chat
Package php-teamwork-chat
Short Description A PHP wrapper to send messages to Teamwork Chat
License MIT
Homepage https://github.com/SatelliteWP/php-teamwork-chat
Please rate this library. Is it a good library?
Informations about the package php-teamwork-chat
PHP Teamwork Chat - Webhook
A PHP wrapper to send messages to Teamwork Chat.
Installation
To install the package, simply run:
composer require satellitewp/php-teamwork-chat
That's it! You are ready to use the library.
Usage
Inside your PHP file:
require_once __DIR__ . '/vendor/autoload.php';
$webhook = new \SatelliteWP\Teamwork\Chat\Webhook('https://chat-hooks.us.teamwork.com/v1/in/yyyy/xxxxxxxx-2a87-4cb5-93c3-zzzzzzzzzz');
$webhook->sendMessage('It works!');
Contributors
The configuration was created and is maintained by SatelliteWP.
References
License
Released under the MIT License. See the license file for details.
All versions of php-teamwork-chat with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
The package satellitewp/php-teamwork-chat contains the following files
Loading the files please wait ...