
In a recent published article, Mashable listed 13 frameworks to speed up PHP app development. The first two mentioned were Laravel and CodeIgniter, coincidentally the two frameworks we use to develop our projects.
Laravel is a framework with an expressive and elegant syntax, that has the goal to reduce the difficulty in developing we applications simplifying repetitive tasks like authentication, routes, sessions and cache usage. The framework has a great migration system and integrated unit testing.
CodeIgniter is a powerful PHP framework with a small footprint, bult for developers that need simple tools to build their applications. The framework offers simple solutions for common requirements in applications, having a rich library and simple structure. It is extremely fast, because the base system requires few libraries to work, loading additional libraries only when needed.
Leave A Comment