Laravel is a free, open-source web MVC framework for PHP.
Laravel is an open source PHP web application framework that is under the MIT license. Laravel includes a packaging system and ORM using an active record pattern and fluent query builder. The routing for the system allows for later changes to the routes to be propagated into existing links. Laravel also has restful controllers that provide another way to separate the logic behind GET and POST requests.