2017 © Pedro Peláez
 

library salad-bowl

image

smichaelsen/salad-bowl

  • Tuesday, October 17, 2017
  • by smichaelsen
  • Repository
  • 1 Watchers
  • 0 Stars
  • 74 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

Salad Bowl

Tasty salad from the best ingredients of the PHP world. 🥗, (*1)

This PHP framework doesn't take itself too important but uses and emphasizes robust, proven and well known components from the PHP world., (*2)

When creating your web application with salad bowl you'll be using:, (*3)

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., (*4)

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

The Versions