PHPackages                             itk-dev/azure-ad-delta-sync - 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. itk-dev/azure-ad-delta-sync

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

itk-dev/azure-ad-delta-sync
===========================

Composer package for Azure AD Delta Sync flow

1.1.0(1y ago)010.7k↓50%2MITPHPPHP ^8.1

Since Aug 18Pushed 1y ago2 watchersCompare

[ Source](https://github.com/itk-dev/azure-ad-delta-sync)[ Packagist](https://packagist.org/packages/itk-dev/azure-ad-delta-sync)[ RSS](/packages/itk-dev-azure-ad-delta-sync/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (3)Dependencies (6)Versions (5)Used By (2)

Azure AD Delta Sync
===================

[](#azure-ad-delta-sync)

Composer package for the Azure AD Delta Sync flow.

Usage
-----

[](#usage)

If you are looking to use this in a Symfony or Drupal project you should use either:

- Symfony: [itk-dev/azure-ad-delta-sync-symfony](https://github.com/itk-dev/azure-ad-delta-sync-symfony)
- Drupal: [itk-dev/azure-ad-delta-sync-drupal](https://github.com/itk-dev/azure-ad-delta-sync-drupal)

### Direct installation

[](#direct-installation)

To install this package directly run

```
composer require itk-dev/azure-ad-delta-sync
```

### Flow

[](#flow)

To start the flow one needs to call the `Controller` `run(HandlerInterface $handler)` command.

Therefore, you must create your own handler that implements `HandlerInterface`.

#### Example Usage

[](#example-usage)

```
