Download the PHP package skrepr/teams-connector-bundle without Composer
On this page you can find all versions of the php package skrepr/teams-connector-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download skrepr/teams-connector-bundle
More information about skrepr/teams-connector-bundle
Files in skrepr/teams-connector-bundle
Package teams-connector-bundle
Short Description Symfony bundle integration of skrepr/teams-connector library
License MIT
Informations about the package teams-connector-bundle
Skrepr Teams Connector Bundle
Symfony bundle integration of the skrepr/teams-connector library.
Documentation
All the how to manipulate the Teams client is on the skrepr/teams documentation.
Prerequisites
This version of the project requires:
- PHP 7.4+
- Symfony 4.4/5.4/6.0+ (any stable or lts version of Symfony)
Installation
You can install the library through composer:
The bundle should be enabled by syfmony/flex but if not:
You can get an error message because the configuration isn't done yet.
Configuration
To configure the bundle you only need to specify your Teams endpoint:
It is the easiest to create this in a new file config/packages/teams-connector.yaml
.
Usage
The Teams client instance can be retrieved from the skrepr_teams_connector.client
service.
Here is an example:
All the how to manipulate the Teams connector client is on skrepr/teams-connector.
Test
To test this module you can use our docker test script which will execute phpunit on several PHP versions. You must have docker installed to run this script.
All versions of teams-connector-bundle with dependencies
skrepr/teams-connector Version ^0.3
symfony/framework-bundle Version ^4.4 || ^5.4 || ^6.0