2017 © Pedro Peláez
 

library lollipop-php

A slim and very flexible framework for PHP

image

4ldrich/lollipop-php

A slim and very flexible framework for PHP

  • Monday, August 28, 2017
  • by 4ldrich
  • Repository
  • 1 Watchers
  • 1 Stars
  • 25 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 213 % Grown

The README.md

Lollipop

Travis: Build Status License: MIT, (*1)

A slim and very flexible framework for PHP, (*2)

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., (*3)

IT's EASY!

Configure .htaccess. Use below code as the default for your .htaccess Or see Appogato for routing using Lollipop, (*4)

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

A simple Hello World Page, (*5)

<?php

require('/path/to/lollipop-php/autoload.php');

// Your index page
\Lollipop\HTTP\Router::get('/', function($request, $response) {
    return $response->set('Hello World!');
});

DOWNLOAD

Get the latest version of Lollipop-PHP framework from our Git repository hosted on GitHub, (*6)

git clone https://github.com/jabernardo/lollipop-php.git lollipop-php

or get it via composer, (*7)

composer require "jabernardo/lollipop-php"

and start the development of your projects., (*8)

RESOURCES

See documentation here., (*9)

License

The Lollipop-PHP framework is open-sourced software licensed under the MIT license., (*10)

The Versions

28/08 2017

dev-master

9999999-dev https://github.com/4ldrich/lollipop-php

A slim and very flexible framework for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

framework library

28/08 2017

dev-master-dev

dev-master-dev https://github.com/4ldrich/lollipop-php

A slim and very flexible framework for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

framework library

28/08 2017

v1.3.1

1.3.1.0 https://github.com/4ldrich/lollipop-php

A slim and very flexible framework for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

framework library

26/08 2017

v1.3.0

1.3.0.0 https://github.com/4ldrich/lollipop-php

A slim and very flexible framework for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

framework library

09/08 2017

v1.2.0

1.2.0.0 https://github.com/4ldrich/lollipop-php

A slim and very flexible framework for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

framework library

16/06 2017

v1.0.3

1.0.3.0 https://github.com/4ldrich/lollipop-php

A slim and very flexible framework for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

framework library

16/06 2017

v1.0.2

1.0.2.0 https://github.com/4ldrich/lollipop-php

A slim and very flexible framework for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

framework library

13/06 2017

v1.0.1

1.0.1.0 https://github.com/4ldrich/lollipop-php

A slim and very flexible framework for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

framework library

13/06 2017

1.0

1.0.0.0 https://github.com/4ldrich/lollipop-php

A slim and very flexible framework for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

framework library