1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-06-26 01:10:22 +02:00

Configuration de PHP

This commit is contained in:
Vincent LAURENT 2021-11-26 00:22:21 +01:00
parent b0f7f7d9db
commit e3fb585adf

View file

@ -40,6 +40,14 @@ Pour le lancer :
php -S localhost:8000 -t public
```
### Configuration de PHP
```
upload_max_filesize = 24M # Taille maximum du fichier PDF à signer
post_max_size = 24M # Taille maximum du fichier PDF à signer
max_file_uploads = 201 # Nombre de pages maximum du PDF, ici 200 pages + le PDF d'origine
```
## Librairies utilisées
- **Fat-Free** micro framework PHP : https://github.com/bcosca/fatfree (GPLv3)