testmonitor / php-microsoft-teams-connector
PHP Microsoft Teams Connector
0.3.0
2024-12-11 15:16 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- vlucas/phpdotenv: ^3.6
This package is auto-updated.
Last update: 2024-12-17 16:02:40 UTC
README
This is a fork of Sebastian Bretschneider's [PHP Microsoft Teams Connector] (https://github.com/sebbmeyer/php-microsoft-teams-connector) with a couple of updates to ensure compatibility with Microsoft's Power Automate:
Installation
You can install the package via composer:
composer require testmonitor/php-microsoft-teams-connector
Usage
Please refer to the documentation of the original package.
Testing
The test setup is very basic at the moment. There is only one test script available right now.
Prerequisites
- PHP
- Composer
Run tests
- Run
composer install
- Duplicate
.env.example
and rename it to.env
- Add Incoming Webhook url to the
.env
file variable INCOMING_WEBHOOK - Execute script with
php tests/full_width.php
License
This PHP Microsoft Teams connector is open-sourced software licensed under the MIT license