PHPackages                             natpnk/microsoft-graph-laravel - 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. natpnk/microsoft-graph-laravel

ActiveLibrary[API Development](/categories/api)

natpnk/microsoft-graph-laravel
==============================

Microsoft Graph wrapper and mail transport for Laravel.

1.2.0(7mo ago)42.1k↓50%2MITPHPPHP ^8.2

Since Apr 28Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/Natpnk/microsoft-graph-laravel)[ Packagist](https://packagist.org/packages/natpnk/microsoft-graph-laravel)[ RSS](/packages/natpnk-microsoft-graph-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

Microsoft Graph for Laravel
===========================

[](#microsoft-graph-for-laravel)

This laravel package contains a wrapper for Microsoft Graph with the following features:

- Microsoft Graph API calls
- Mail transport

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

[](#requirements)

- Laravel 10 or higher (Use version 1.1.2 for Laravel 9)
- PHP 8.2 or higher

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

[](#installation)

To install and use this package follow instructions below:

#### Step 1: Install via composer

[](#step-1-install-via-composer)

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

```

#### Step 2: Publish config

[](#step-2-publish-config)

Run the following to publish the config

```
$ php artisan vendor:publish --provider="Natpnk\MicrosoftGraphLaravel\MicrosoftGraphServiceProvider" --tag="config"

```

The config file will be published as follow:

```
