mickaelandrieu / jarvis-symfony-edition
A Symfony flavored edition of Jarvis micro framework
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Type:framework
pkg:composer/mickaelandrieu/jarvis-symfony-edition
Requires
- eric-chau/debug-skill: dev-master
- eric-chau/jarvis: dev-master
- mickaelandrieu/doctrineorm-skill: dev-master
- mickaelandrieu/twig-skill: dev-master
- symfony/console: ~2.7
Requires (Dev)
- phpunit/phpunit: 4.7.*
This package is auto-updated.
Last update: 2025-10-05 21:15:39 UTC
README
Welcome to the Jarvis Symfony Edition - a fully-functional Jarvis application that you can use as the skeleton for your web applications.
What's inside?
The Jarvis Symfony Edition is configured this way:
- 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;
By the way, Jarvis micro framework already use Symfony HttpFoundation and Debug components.
All libraries and skills included in this project are released under the MIT or BSD license.
Happy coding!