. ├── 1_params │   ├── arrow │   ├── client.php │   └── main.php ├── README.md ├── caldav │   ├── Core │   ├── README │   ├── Specific │   ├── config │   ├── html │   └── vendor ├── caldav-8.0 │   ├── Core │   ├── LICENSE │   ├── README.md │   ├── Specific │   ├── config │   ├── html │   ├── phpstan.neon │   └── vendor ├── data │   ├── factures_2025-04-08_115034.zip │   └── factures_summary_2025-04-08_115037.csv ├── exemple_arbo.txt ├── install_framework.sh ├── install_project.sh ├── v2017b │   ├── 1_statique │   ├── 2_tools │   ├── 3_main │   ├── 4_specific │   ├── 5_specific_template │   ├── 9_cron │   ├── Classes │   └── release.php └── www ├── ajax.php ├── api ├── api.php ├── autoreload.php ├── avatar ├── cal ├── data ├── dav.php ├── direct.php ├── divload.php ├── divreload.php ├── download.php ├── error.html ├── export.php ├── extranet.php ├── fastlink.php ├── img ├── import.php ├── index.php ├── init.php ├── json.php ├── lib ├── lib2019 ├── lib_optional ├── maps.php ├── modal.php ├── path.php ├── phpinfo.php ├── preview.php ├── prwd_show.php ├── pwa ├── pwa_local ├── raw.php ├── report.php ├── rf.php ├── server.php ├── side.php ├── site ├── specific ├── test.php ├── v2017b ├── viewer.php ├── whook.php └── xls_load.php 38 directories, 44 files