PHPackages                             codebar-ag/laravel-microsoft-planner - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. codebar-ag/laravel-microsoft-planner

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

codebar-ag/laravel-microsoft-planner
====================================

This is my package laravel-microsoft-planner

v12.0(1y ago)01.0kMITPHPPHP 8.2.\*|8.3.\*|8.4.\*

Since Oct 25Pushed 3mo agoCompare

[ Source](https://github.com/codebar-ag/laravel-microsoft-planner)[ Packagist](https://packagist.org/packages/codebar-ag/laravel-microsoft-planner)[ Docs](https://github.com/codebar-ag/laravel-microsoft-planner)[ RSS](/packages/codebar-ag-laravel-microsoft-planner/feed)WikiDiscussions main Synced today

READMEChangelog (6)Dependencies (14)Versions (21)Used By (0)

[![](https://camo.githubusercontent.com/2be85b41f1a53673d714f742bd5760744651445578e84868fb0a5b45dadd0ae9/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4c61726176656c2532304d6963726f736f6674253230506c616e6e65722e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d636f64656261722d61672532466c61726176656c2d6d6963726f736f66742d706c616e6e6572267061747465726e3d63697263756974426f617264267374796c653d7374796c655f31266465736372697074696f6e3d416e2b6f70696e696f6e617465642b7761792b746f2b696e746572666163652b776974682b4d6963726f736f66742b506c616e6e6572266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313735707826696d616765733d646f63756d656e742d7265706f7274)](https://camo.githubusercontent.com/2be85b41f1a53673d714f742bd5760744651445578e84868fb0a5b45dadd0ae9/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4c61726176656c2532304d6963726f736f6674253230506c616e6e65722e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d636f64656261722d61672532466c61726176656c2d6d6963726f736f66742d706c616e6e6572267061747465726e3d63697263756974426f617264267374796c653d7374796c655f31266465736372697074696f6e3d416e2b6f70696e696f6e617465642b7761792b746f2b696e746572666163652b776974682b4d6963726f736f66742b506c616e6e6572266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313735707826696d616765733d646f63756d656e742d7265706f7274)

[![Latest Version on Packagist](https://camo.githubusercontent.com/16651d9709eaa913e8e33c7cb2f258e6c5345d0ef193f76cab9a8d5c51ef185c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f64656261722d61672f6c61726176656c2d6d6963726f736f66742d706c616e6e65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codebar-ag/laravel-microsoft-planner)[![GitHub-Tests](https://github.com/codebar-ag/laravel-microsoft-planner/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/codebar-ag/laravel-microsoft-planner/actions/workflows/run-tests.yml)[![GitHub Code Style](https://github.com/codebar-ag/laravel-microsoft-planner/actions/workflows/fix-php-code-style-issues.yml/badge.svg?branch=main)](https://github.com/codebar-ag/laravel-microsoft-planner/actions/workflows/fix-php-code-style-issues.yml)[![Total Downloads](https://camo.githubusercontent.com/0c4168da536d24fab795ee68cc552ee208adcd24ec701a5cafaa743b36eacd77/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f64656261722d61672f6c61726176656c2d6d6963726f736f66742d706c616e6e65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codebar-ag/laravel-microsoft-planner)

This package was developed to interface with Microsoft Planner.

💡 What is Laravel Microsoft Planner?
------------------------------------

[](#-what-is-laravel-microsoft-planner)

/ Laravel Microsoft Planner is an opinionated way to interface with Microsoft Planner.

🛠 Requirements
--------------

[](#-requirements)

PackagePHPLaravelv12.0.0^8.2 - ^8.412.xv11.0.0^8.2 - ^8.311.xv1.0.0^8.1 - ^8.210.x⚙️ Installation
---------------

[](#️-installation)

You can install the package via composer:

```
composer require codebar-ag/laravel-microsoft-planner
```

Add the following environment variables to your `.env` file:

```
MICROSOFT_PLANNER_CLIENT_ID=your-client-id
MICROSOFT_PLANNER_TENANT_ID=your-tenant-id
MICROSOFT_PLANNER_CLIENT_SECRET=your-client-secret
```

🔧 Configuration file
--------------------

[](#-configuration-file)

You can publish the config file with:

```
php artisan vendor:publish --tag=microsoft-planner-config
```

This is the contents of the published config file:

```
