smichaelsen / salad-bowl
There is no license information available for the latest version (2.0.2) of this package.
2.0.2
2017-08-30 07:00 UTC
Requires
- php: 7.*
- aura/auth: 2.*
- aura/router: 3.*
- doctrine/orm: 2.5.*
- hassankhan/config: *
- swiftmailer/swiftmailer: 5.4.*
- symfony/http-foundation: 3.*
- symfony/security-csrf: 3.*
- twig/twig: *
- zendframework/zend-diactoros: *
This package is auto-updated.
Last update: 2024-10-29 04:14:45 UTC
README
Tasty salad from the best ingredients of the PHP world. 🥗
This PHP framework doesn't take itself too important but uses and emphasizes robust, proven and well known components from the PHP world.
When creating your web application with salad bowl you'll be using:
- Doctrine ORM for your models and persistence
- Twig as templating engine
- Aura.Router for routing
and several more projects that are backend by their strong communities. The salad bowl just tries to collect them in a usable way and set some good defaults.
config.json
reference:
app
: This section is reserved for your application. Place your custom options here.authentication
: Can contain the following keys:columns
table
database
: Can contain the following keys:dbname
driver
host
password
user
entity
: Can contain the following keys:entityDirectory
routesClass
: Name of the class that registers your application's routestwig
: Can contain the following keys:debug