Add composer.json with league/commonmark, guzzlehttp/guzzle, phpmailer/phpmailer; wire autoloader into bootstrap; document de-librairisation strategy and PHP extension setup

This commit is contained in:
Pontoporeia
2026-05-20 00:53:37 +02:00
parent 728f05502c
commit 4683ba4116
7 changed files with 4210 additions and 2 deletions

View File

@@ -4,6 +4,9 @@
* Simple configuration for website
*/
// Composer autoloader
require_once __DIR__ . '/../vendor/autoload.php';
// Define application root
define('APP_ROOT', __DIR__);