https://github.com/jabernardo/lollipop-php
A slim and very flexible framework for PHP
https://github.com/jabernardo/lollipop-php
php-framework php-library php7 web web-framework
Last synced: 5 months ago
JSON representation
A slim and very flexible framework for PHP
- Host: GitHub
- URL: https://github.com/jabernardo/lollipop-php
- Owner: jabernardo
- License: mit
- Archived: true
- Created: 2016-10-13T09:17:54.000Z (over 9 years ago)
- Default Branch: v3.x
- Last Pushed: 2018-12-27T13:02:33.000Z (over 7 years ago)
- Last Synced: 2025-05-19T22:26:00.682Z (about 1 year ago)
- Topics: php-framework, php-library, php7, web, web-framework
- Language: PHP
- Size: 507 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Lollipop](http://github.com/jabernardo/lollipop-php)

[](https://opensource.org/licenses/MIT)
A slim and very flexible framework for PHP
###### 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!
> 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)
```apache
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]
```
A simple `Hello World` Page
```php
set('Hello World!');
});
```
###### DOWNLOAD
Get the latest version of Lollipop-PHP framework from our Git repository hosted on GitHub
```bash
git clone https://github.com/jabernardo/lollipop-php.git lollipop-php
```
or get it via ```composer```
```bash
composer require "jabernardo/lollipop-php"
```
and start the development of your projects.
###### RESOURCES
See documentation [here](https://github.com/jabernardo/lollipop-php/wiki).
## License
The Lollipop-PHP framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).