Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Silex Philosophy

fabpot edited this page Apr 17, 2011 · 1 revision

Silex, being a micro-framework, has some limitations. Silex will never support the following:

  • A CLI tool
  • Any feature that would introduce the need for a CLI tool
  • Any feature that need mandatory external files (XML/YAML configuration files)
  • Any feature that is not PHPish (annotations)
  • Any feature that adds a lot of code to Silex
  • Any feature to the "core" (Application class) -- Adding features to the core should be taken extremely carefully.
Clone this wiki locally