04/27, @10:00am
The Limonade website names the aforementioned Camping and Sinatra frameworks as sources of inspiration. It’s perhaps the most compact of the solutions described here in terms of the amount of code required to build something useful, with powerful demos such as the Wikir wiki (written in under 200 lines of code). But perhaps the most powerful evidence of Limonade’s minimalistic approach is the example included with the project README, which includes all of the code necessary to power a one-page website:
require_once 'lib/limonade.php'; dispatch('/', 'hello'); function hello() { return 'Hello world!'; } run();Minimalistic indeed!
— Top 10 Lightweight Frameworks for PHP Development by Jason Gilmore
(author: pok) |
Comments (View)