laravel-notification-channels/microsoft-teams
A Laravel Notification Channel for Microsoft Teams
2.2.1
3.6M downloads/mo
#2245 most downloaded on Packagist
laravel-notification-channels/microsoft-teams
What this package is like to depend on
Last release 5 months ago
26 Mar 2026
Release timing varies
gaps range from 5 weeks to 1.4 years
Most releases are documented
notes for 12 of 17 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
20 releases · first in 2020
3 releases in the last 12 months
see the full history below
Release timeline
20 releases · Apr 2020 to Mar 2026Releases
latest 20-
2.2.126 Mar 2026Release notes
Open source →What's Changed
- Remove static from closures for Laravel 13 compatibility by @freekmurze in #48
Full Changelog: 2.2.0...2.2.1
-
2.2.026 Mar 2026Release notes
Open source →What's Changed
- Laravel 13.x Compatibility by @laravel-shift in #45
- Drop support below Laravel 12 / PHP 8.3, use Pest, add Pint by @freekmurze in #47
New Contributors
- @freekmurze made their first contribution in #47
Full Changelog: v2.1.1...2.2.0
-
v2.1.120 Jan 2026Release notes
Open source →What's Changed
- Fix #42: Add contentUrl to payload of MicrosoftTeamsAdaptiveCard by @Rotbot94 in #43
- Fix test setup by @Tob0t in #44
New Contributors
Full Changelog: v2.1.0...v2.1.1
-
v2.1.015 Aug 2025Release notes
Open source →Finally out of alpha 🥳
Triggered by #40 I decided to create a new dedicated version, since the
-alphapostfix was misleading and confusing.Breaking Change
- Min PHP-Version: >=8.1
-
v2.0.026 Apr 2025Release notes
Open source →Fixing the wrong commit hash linked to v2.0.0 tag
What's Changed
- Update README.md by @edikurniawan-dev in #34
- Microsoft Teams Adaptive Cards by @johnatricorocks in #35
New Contributors
- @edikurniawan-dev made their first contribution in #34
- @johnatricorocks made their first contribution in #35
Full Changelog: 1.3.0...v2.0.0
Release notes
Open source →- Transition to Microsoft Adaptive Cards
- Set min supported PHP version to >=8.1
- Remove deprecated code
-
v2.0.0-alpha-126 Apr 2025 pre-releaseNothing published for this version
-
v2.0.0-alpha.315 Aug 2025 pre-releaseRelease notes
Open source →What's Changed
- Feature: Add fullWidth() option for Adaptive Card display by @sebasfortierdev in #38
New Contributors
- @sebasfortierdev made their first contribution in #38
Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.3
-
v2.0.0-alpha.226 Apr 2025 pre-releaseRelease notes
Open source → -
1.3.025 Feb 2025Nothing published for this version
-
1.2.011 Mar 2024Nothing published for this version
-
v1.1.503 Mar 2024Nothing published for this version
-
v1.1.425 Jan 2023 -
v1.1.329 Jun 2022 -
v1.1.225 Feb 2022Release notes
Open source →Changed registered notification driver from 'teams' to 'microsoftTeams' to be consistent. Current Release now accepts both names. Please use 'microsoftTeams' for all calls since 'teams' will be removed with the next major release.
-
1.1.121 Jan 2022 -
v1.1.009 Sep 2020 -
v1.0.328 Jul 2020Nothing published for this version
-
v1.0.223 Jul 2020Nothing published for this version
-
v1.0.116 Jul 2020Release notes
Open source →Breaking Change
Method button(string $text, string $url = '', array $params = []): has now only 3 params instead of 4 since the type param got obsolete. Please adapt your code if you were using more than the first required 2 params.
- change method button() to action() since this fits better to the documentation as potential action
- add button() method as a wrapper for straight forward use
-
v1.0.028 Apr 2020