Skip to content

My skeleton for a web application. Slim PH, PHP-DI, ...

Notifications You must be signed in to change notification settings

rauwebieten/app-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app-skeleton

My skeleton for a web application.

  • Slim PHP as web app
  • PHP-DI for dependency injection
  • Monolog for logging
  • Twig for templating
  • Noodlehaus config files
  • .env support with dotenv package
  • some basic bootstrap4 templates included

Installation

//  create project from skeleton
composer create-project rauwebieten/app-skeleton my-app

// install dependencies
composer install

// run PHP built in webserver
php -S localhost:8000 -t public

About

My skeleton for a web application. Slim PH, PHP-DI, ...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published