Skip to content

SatelliteWP/php-teamwork-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A PHP wrapper to send messages to Teamwork Chat

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages