PHPackages                             jabernardo/lollipop-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. jabernardo/lollipop-php

AbandonedArchivedLibrary[Framework](/categories/framework)

jabernardo/lollipop-php
=======================

A slim and very flexible framework for PHP

v3.x-dev(7y ago)37811MITPHPPHP &gt;=5.4.0

Since Dec 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/jabernardo/lollipop-php)[ Packagist](https://packagist.org/packages/jabernardo/lollipop-php)[ Docs](https://github.com/jabernardo/lollipop-php)[ RSS](/packages/jabernardo-lollipop-php/feed)WikiDiscussions v3.x Synced 2mo ago

READMEChangelogDependencies (1)Versions (1)Used By (1)

[Lollipop](http://github.com/jabernardo/lollipop-php)
=====================================================

[](#lollipop)

[![Travis: Build Status](https://camo.githubusercontent.com/b5806dec6d755a486d769bbfea06e0b03eaca2eebb33861f19ba8637589992a9/68747470733a2f2f7472617669732d63692e6f72672f6a616265726e6172646f2f6c6f6c6c69706f702d7068702e7376673f6272616e63683d6d6173746572 "Travis: Build Status")](https://camo.githubusercontent.com/b5806dec6d755a486d769bbfea06e0b03eaca2eebb33861f19ba8637589992a9/68747470733a2f2f7472617669732d63692e6f72672f6a616265726e6172646f2f6c6f6c6c69706f702d7068702e7376673f6272616e63683d6d6173746572)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

A slim and very flexible framework for PHP

###### IS LOLLIPOP FOR YOU?

[](#is-lollipop-for-you)

You can use Lollipop when you're creating a simple and powerful web application. Lollipop removed the weight of large frameworks. Also Lollipop was created to offer cool functionalities and speed.

###### IT's EASY!

[](#its-easy)

> Configure [.htaccess](http://www.htaccess-guide.com/). Use below code as the default for your `.htaccess`Or see [Appogato](https://github.com/jabernardo/appogato) for routing using [Lollipop](https://github.com/jabernardo/lollipop-php)

```
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]
```

A simple `Hello World` Page

```
