PHPackages                             ejtj3/teams - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. ejtj3/teams

AbandonedArchivedLibrary

ejtj3/teams
===========

A simple PHP package for sending messages to MS teams

0.1.3(4y ago)22.1k1MITPHPPHP ^7.2.5 | ^8.0

Since Apr 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/EJTJ3/teams)[ Packagist](https://packagist.org/packages/ejtj3/teams)[ RSS](/packages/ejtj3-teams/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (6)Used By (1)

Microsoft teams connector for PHP
=================================

[](#microsoft-teams-connector-for-php)

Warning: This package has moved to an other repository:

A very simple PHP package for sending messages to [Microsoft Teams](https://teams.microsoft.com)with [incoming webhooks](https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook), focused on ease-of-use and elegant syntax.

- Symfony integration: [Teams bundle](https://github.com/EJTJ3/teams-bundle)

Requirements
------------

[](#requirements)

- PHP 7.2+

Installation
------------

[](#installation)

You can install the package using the [Composer](https://getcomposer.org/) package manager. You can install it by running this command in your project root:

```
composer require ejtj3/teams
```

Then \[create an incoming webhook\](incoming webhooks) on your Microsoft teams channel for the package to use.

Basic Usage
-----------

[](#basic-usage)

### Create a simple card

[](#create-a-simple-card)

```
