Limpid, the friendly php framework
Looking for a simple, clear and fast framework ?
Well you came to the right place :)


Find limpid on github

Why Limpid?

One thing to say BAD PERFORMANCE KILLS GOOD SITES

By using Limpid you will experience how fast it is and you will enjoy it
No seriously, it's really fast

HMVC Pattern

Limpid supports HMVC design pattern that helps you create a very clear and structrured code.
Key advantages to implementing the HMVC pattern in your development cycle:
  • done Modularization Reduction of dependencies between the disparate parts of the application.
  • done Organization Having a folder for each of the relevant triads makes for a lighter work load.
  • done Reusability By nature of the design it is easy to reuse nearly every piece of code.
  • done Extendibility Makes the application more extensible without sacrificing ease of maintenance.

Doctrine ORM

Doctrine is a powerfull Object relational mapper (ORM) for PHP that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication.
And much more

Twig template engine

Twig compiles templates down to plain optimized PHP code. The overhead compared to regular PHP code was reduced to the very minimum.

Send secured mails with PHPMailer library

PHPMailer - A full-featured email creation and transfer class for PHP

Dependency injection

PHP-DI is a Dependency Injection Container for PHP that intends to be practical and powerful