Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smichaelsen/php-salad-bowl
One of the best PHP frameworks of those invented in January 2016!
https://github.com/smichaelsen/php-salad-bowl
Last synced: 30 days ago
JSON representation
One of the best PHP frameworks of those invented in January 2016!
- Host: GitHub
- URL: https://github.com/smichaelsen/php-salad-bowl
- Owner: smichaelsen
- Created: 2016-01-30T16:34:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T20:07:41.000Z (about 7 years ago)
- Last Synced: 2024-04-24T03:14:55.735Z (8 months ago)
- Language: PHP
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Salad Bowl
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](http://www.doctrine-project.org/projects/orm.html) for your models and persistence
* [Twig](https://twig.sensiolabs.org/) as templating engine
* [Aura.Router](https://github.com/auraphp/Aura.Router) for routingand 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 routes
* `twig`: Can contain the following keys:
* `debug`