smichaelsen / salad-bowl
Installs: 94
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/smichaelsen/salad-bowl
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: 2025-10-29 02:09:01 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:columnstable
database: Can contain the following keys:dbnamedriverhostpassworduser
entity: Can contain the following keys:entityDirectory
routesClass: Name of the class that registers your application's routestwig: Can contain the following keys:debug