wdalmut/frankie-standard-app

dev-master 2017-07-21 08:07 UTC

This package is not auto-updated.

Last update: 2024-04-28 03:36:03 UTC


README

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