https://github.com/mickaelandrieu/jarvis-symfony-edition
jarvis framework by a Symfony fan boy ^o^
https://github.com/mickaelandrieu/jarvis-symfony-edition
Last synced: 3 months ago
JSON representation
jarvis framework by a Symfony fan boy ^o^
- Host: GitHub
- URL: https://github.com/mickaelandrieu/jarvis-symfony-edition
- Owner: mickaelandrieu
- Created: 2015-09-12T00:33:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-01T08:25:48.000Z (about 10 years ago)
- Last Synced: 2025-03-22T17:47:13.821Z (7 months ago)
- Language: PHP
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.## 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!