A minimal, modern PHP project template that provides a clean foundation for building small to medium web applications.
Go to file Use this template
Ramon Caballero 38304ed045 Load environment variables and establish database connection 2026-04-10 11:51:41 +01:00
bin Initialize project directory structure 2026-04-09 12:48:56 +01:00
config Load environment variables and establish database connection 2026-04-10 11:51:41 +01:00
docs Initialize project directory structure 2026-04-09 12:48:56 +01:00
public Load environment variables and establish database connection 2026-04-10 11:51:41 +01:00
src Load environment variables and establish database connection 2026-04-10 11:51:41 +01:00
templates Initialize project directory structure 2026-04-09 12:48:56 +01:00
tests Add PHPUnit for testing 2026-04-10 11:51:41 +01:00
translations Initialize project directory structure 2026-04-09 12:48:56 +01:00
.gitignore Add PHP CS Fixer for consistent code style 2026-04-10 11:51:41 +01:00
.php-cs-fixer.dist.php Add PHP CS Fixer for consistent code style 2026-04-10 11:51:41 +01:00
composer.json Add phpdotenv for environment variable management 2026-04-10 11:51:41 +01:00
composer.lock Add phpdotenv for environment variable management 2026-04-10 11:51:41 +01:00
phpunit.xml Add PHPUnit for testing 2026-04-10 11:51:41 +01:00