PHPackages                             k3progetti/microsoft-bundle - 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. k3progetti/microsoft-bundle

ActiveSymfony-bundle[API Development](/categories/api)

k3progetti/microsoft-bundle
===========================

Bundle Symfony per l'integrazione con Microsoft Graph API

v1.1.4(1y ago)035MITPHPPHP &gt;=8.2

Since Mar 27Pushed 1y agoCompare

[ Source](https://github.com/K3Progetti/microsoft-bundle)[ Packagist](https://packagist.org/packages/k3progetti/microsoft-bundle)[ RSS](/packages/k3progetti-microsoft-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (27)Used By (0)

MicrosoftBundle
===============

[](#microsoftbundle)

Bundle Symfony per l'integrazione con Microsoft Graph API.

✅ Funzionalità
--------------

[](#-funzionalità)

- Recupero utenti da Microsoft 365
- Filtraggio utenti disabilitati
- Servizio centralizzato per interagire con Graph API

---

🚀 Installazione
---------------

[](#-installazione)

```
composer require k3progetti/microsoft-bundle
```

---

⚙️ Configurazione
-----------------

[](#️-configurazione)

Aggiungi il bundle al `config/bundles.php` se non è registrato automaticamente:

```
return [
    // ...
    App\Bundle\Microsoft\MicrosoftBundle::class => ['all' => true],
];
```

---

🧭 Struttura del Progetto
------------------------

[](#-struttura-del-progetto)

```
MicrosoftBundle/
├── src/
│   ├── MicrosoftBundle.php
│   ├── Command/
│   │   ├── GetAllUsersCommand.php
│   │   └── GetAllDisabledUsersCommand.php
│   ├── Controller/
│   │   └── AuthController.php
│   ├── DependencyInjection/
│   │   ├── MicrosoftConfiguration.php
│   │   └── MicrosoftExtension.php
│   └── Service/
│       └── MicrosoftService.php

```

---

🔧 Comandi Console
-----------------

[](#-comandi-console)

```
php bin/console microsoft:get-all-users
php bin/console microsoft:get-all-disabled-users
```

---

🤝 Contributi
------------

[](#-contributi)

Sono aperto a suggerimenti e miglioramenti!

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance49

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~2 days

Total

26

Last Release

370d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/79fa54e3be2c0b9470fcb9c4acebe78b15470c37028e91694ce380ccf66f0ada?d=identicon)[mattiavitalik3](/maintainers/mattiavitalik3)

---

Top Contributors

[![thunderBestPower](https://avatars.githubusercontent.com/u/31736015?v=4)](https://github.com/thunderBestPower "thunderBestPower (52 commits)")

### Embed Badge

![Health badge](/badges/k3progetti-microsoft-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/k3progetti-microsoft-bundle/health.svg)](https://phpackages.com/packages/k3progetti-microsoft-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1022.4k](/packages/rcsofttech-audit-trail-bundle)

PHPackages © 2026

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