Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/italia/spid-symfony-bundle

SPID bundle per framework php Symfony
https://github.com/italia/spid-symfony-bundle

php spid symfony symfony-bundle

Last synced: about 2 months ago
JSON representation

SPID bundle per framework php Symfony

Awesome Lists containing this project

README

        

# spid-php-symfony

> ⚠️ **WORK IN PROGRESS** ⚠️

Questo bundle permette di integrare facilmente la libreria `italia/spid-php-lib` in un progetto Symfony.

Vengono messe a disposizione delle rotte e dei servizi che possono essere facilmente sovrascritti

Una necessità tipica che non viene implementata da questo bundle è la necessità di salvare i dati dell'utente che arrivano tramite SPID.

# Installazione
## Step 1: Installazione e configurazione
Installare il repository tramite composer

```bash
composer require italia/spid-simfony-bundle
```

Abilitare il bundle aggiungendolo all' `AppKernel`

```php