Upgrade to Pro — share decks privately, control downloads, hide ads and more …

PHP Micro framework comparison

Boynux
April 23, 2014

PHP Micro framework comparison

PHP Micro frameworks comparison

Boynux

April 23, 2014
Tweet

More Decks by Boynux

Other Decks in Technology

Transcript

  1. Epiphany • Pros • Fast • Good API • Modular

    • HTTP caching • Separate Configuration file • Error Handling • Cons • Weird Code • Not easy to extend
  2. Flight • Pros • Fast • Good API • Easy

    to Extend • Easy to override funcationalities • Error handling • Filtering • Well Documented • Cons : • ?
  3. FatFree (F3) • Pros • Relatively fast • Well Documented

    • Its own unit testing (PHPUnit!?) • Feature-rich • Its own template engine • Built-in ORM • Cons • Not easy to extend • No RegExp Support
  4. Silex • Pros • Not very slow ;) • Tons

    of features (do we realy need?) • Its own Tempate engine (TWIG) • Error Handling • Cons : • Wierd API • Not easy to extend • Huge (Many dependencies) • Is that really micro?
  5. Slim • Pros • Good API • Good Documentation •

    Easy to Extend • Full-Feature • Error Handling • Build-in Logger • Cons : • Very slow