2017 © Pedro Peláez
 

framework jarvis-symfony-edition

A Symfony flavored edition of Jarvis micro framework

image

mickaelandrieu/jarvis-symfony-edition

A Symfony flavored edition of Jarvis micro framework

  • Wednesday, September 23, 2015
  • by mickaelandrieu
  • Repository
  • 0 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Jarvis Symfony Edition

Welcome to the Jarvis Symfony Edition - a fully-functional Jarvis application that you can use as the skeleton for your web applications., (*1)

What's inside?

The Jarvis Symfony Edition is configured this way:, (*2)

  • Application code is stored in /src folder;
  • Public assets (available from outside) have to be put inside web folder;
  • Application configuration is available inside /app/config.php;
  • Templates can be found in /src/views folder;
  • Commands can be found in /src/commands folder;

Because I'm a fan boy, I embed with this framework the best components and libraries from the Symfony project: * Twig: the most powerful templating engine; * Doctrine DBAL & ORM: probably the best PHP PDO layer & ORM; * Symfony Console: because I love console commands, and always use it for my projects;, (*3)

By the way, Jarvis micro framework already use Symfony HttpFoundation and Debug components., (*4)

All libraries and skills included in this project are released under the MIT or BSD license., (*5)

Happy coding!, (*6)

The Versions