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:
You can install the package via composer:
composer require testmonitor/php-microsoft-teams-connector
Please refer to the documentation of the original package.
The test setup is very basic at the moment. There is only one test script available right now.
- PHP
- Composer
- 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
This PHP Microsoft Teams connector is open-sourced software licensed under the MIT license