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
Requires
- php: >=8.2
- doctrine/doctrine-bundle: ^2.10
- doctrine/orm: ^2.15
- symfony/framework-bundle: ^7.0
- symfony/http-client: ~7.0
- symfony/messenger: ~7.0
- symfony/redis-messenger: ~7.0
- symfony/validator: ~7.0
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!