PHPackages                             itkdev/adgangsstyring - 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. itkdev/adgangsstyring

Abandoned → [itk-dev/azure-ad-delta-sync](/?search=itk-dev%2Fazure-ad-delta-sync)Library

itkdev/adgangsstyring
=====================

Composer package for Azure AD Delta Sync flow

1.1.0(1y ago)074MITPHPPHP ^8.1

Since Aug 18Pushed 1y ago2 watchersCompare

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

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

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)

```
