k3progetti/microsoft-bundle

Bundle Symfony per l'integrazione con Microsoft Graph API

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:symfony-bundle

v1.0.20 2025-03-31 09:57 UTC

README

Bundle Symfony per l'integrazione con Microsoft Graph API.

βœ… FunzionalitΓ 

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

πŸš€ Installazione

composer require k3progetti/microsoft-bundle

βš™οΈ Configurazione

Aggiungi il bundle al config/bundles.php se non Γ¨ registrato automaticamente:

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

🧭 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

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

🀝 Contributi

Sono aperto a suggerimenti e miglioramenti!