Download the PHP package testmonitor/php-microsoft-teams-connector without Composer
On this page you can find all versions of the php package testmonitor/php-microsoft-teams-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download testmonitor/php-microsoft-teams-connector
More information about testmonitor/php-microsoft-teams-connector
Files in testmonitor/php-microsoft-teams-connector
Package php-microsoft-teams-connector
Short Description PHP Microsoft Teams Connector
License MIT
Informations about the package php-microsoft-teams-connector
PHP Microsoft Teams Connector
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:
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