Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
SPID bundle per framework php Symfony
- Host: GitHub
- URL: https://github.com/italia/spid-symfony-bundle
- Owner: italia
- License: bsd-3-clause
- Created: 2017-09-15T11:46:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T21:55:47.000Z (about 4 years ago)
- Last Synced: 2024-11-10T01:35:04.708Z (about 2 months ago)
- Topics: php, spid, symfony, symfony-bundle
- Language: PHP
- Size: 255 KB
- Stars: 9
- Watchers: 10
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: Security/SpidAuthenticator.php
Awesome Lists containing this project
- .github - spid-symfony-bundle
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