wdalmut/frankie-standard-app

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 1

pkg:composer/wdalmut/frankie-standard-app

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

This package is not auto-updated.

Last update: 2025-10-12 11:21:14 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