Skip to content

mary-shelley/standard-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Standard Application

Just a standard Frankie application

$ composer create-project wdalmut/frankie-standard-app:dev-master myapp

Run it

$ cd myapp
$ php -S 0:8080 -t web

What's inside?

This application comes with:

  • An App\Module you can use to start coding
  • Twig as default template engine
  • Database connection with Doctrine ORM
  • SMTP for mailing with Zend Mail
  • Logging with Monolog
  • Whoops for error management
  • Symfony Event Dispatcher for event management
  • Unit testing and Functional testing with PHPUnit