PHP Frameworks

Moving forward with our new content, warehouse, orders, and customer management app, I’m looking at php frameworks again. Our original app does not use any framework. The second version is unfinished, and it was using Laravel).

Before getting started again, I’m looking at 2 other frameworks to consider replacing Laravel. However, in looking at Laravel’s current status in the world, it’s still doing fine and still actively developed. So maybe my interest in new frameworks can be ignored.

Silex

“Silex is a microframework for PHP. It is built on the shoulders of Symfony2 and Pimple and also inspired by sinatra. Silex aims to be: concise, extensible, and testable.”

Slim Framework

“Slim is a PHP microframework that helps you quickly write simple yet powerful web applications and APIs.”

All three frameworks are available on github.