PHPackages                             tigerheck/laravel-microsoft-graph - 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. [API Development](/categories/api)
4. /
5. tigerheck/laravel-microsoft-graph

ActiveLibrary[API Development](/categories/api)

tigerheck/laravel-microsoft-graph
=================================

Laravel wrapper for Microsoft Graph Rest APIs (Office365)

v1.0.6(2y ago)029MITPHPPHP ^8.0.2

Since Mar 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tigerheck/laravel-microsoft-graph)[ Packagist](https://packagist.org/packages/tigerheck/laravel-microsoft-graph)[ RSS](/packages/tigerheck-laravel-microsoft-graph/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (8)Used By (0)

Laravel MsGraph Wrapper
=======================

[](#laravel-msgraph-wrapper)

[![Latest Version on Packagist](https://camo.githubusercontent.com/cc199970170cae2a0c8649dad5eaf4206201abda39270f4bb6a427b0ad09c59a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74696765726865636b2f6c61726176656c2d6d6963726f736f66742d67726170682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tigerheck/laravel-microsoft-graph)[![Total Downloads](https://camo.githubusercontent.com/cefbca3618fb8630cb9c4bd645c5ebe0ccdbf2e5e2b786791c2e86882150444b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74696765726865636b2f6c61726176656c2d6d6963726f736f66742d67726170682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tigerheck/laravel-microsoft-graph)

**A Laravel wrapper for Microsoft Graph Rest APIs (Office365).**

Install
-------

[](#install)

Via Composer

```
$ composer require tigerheck/laravel-microsoft-graph
```

Configuration
-------------

[](#configuration)

Laravel MsGraph requires connection configuration. To get started, you'll need to publish all vendor assets:

```
$ php artisan vendor:publish --provider="TigerHeck\MsGraph\MsGraphServiceProvider"
```

Enviroment Configuraiton
------------------------

[](#enviroment-configuraiton)

Add below variables to your enviroment configuraiton file:

```
MSGRAPH_CLIENT_ID=
MSGRAPH_SECRET_ID=
MSGRAPH_TENANT_ID=
MSGRAPH_SCOPES=
MSGRAPH_OAUTH_URL=
MSGRAPH_GRANT_TYPE=
```

Usage
-----

[](#usage)

See documention for params and others at [MsGraph docs](https://learn.microsoft.com/en-us/graph/auth-v2-service)

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~26 days

Recently: every ~4 days

Total

7

Last Release

1065d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19799708?v=4)[chiraggoti2016](/maintainers/chiraggoti2016)[@chiraggoti2016](https://github.com/chiraggoti2016)

---

Top Contributors

[![chiraggoti2016](https://avatars.githubusercontent.com/u/19799708?v=4)](https://github.com/chiraggoti2016 "chiraggoti2016 (7 commits)")

---

Tags

laravelgraphOffice365MsGraphMicrosoft grapho365

### Embed Badge

![Health badge](/badges/tigerheck-laravel-microsoft-graph/health.svg)

```
[![Health](https://phpackages.com/badges/tigerheck-laravel-microsoft-graph/health.svg)](https://phpackages.com/packages/tigerheck-laravel-microsoft-graph)
```

###  Alternatives

[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

171327.3k4](/packages/dcblogdev-laravel-microsoft-graph)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
