Skip to content

pennyphp/penny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Gianluca Arbezzano
Apr 4, 2016
1123295 · Apr 4, 2016
Apr 4, 2016
Dec 20, 2015
Dec 29, 2015
Apr 4, 2016
Oct 11, 2015
Nov 27, 2015
Apr 4, 2016
Dec 29, 2015
Sep 17, 2015
Dec 30, 2015
Mar 1, 2016
Feb 29, 2016
Nov 30, 2015
Apr 4, 2016
Jul 6, 2015

Repository files navigation

Penny

Build Status Scrutinizer Code Quality Code Coverage

Another PHP Framework made of other components.
One penny is valueless but a lot of pennies build an empire.

Penny PHP logo

What is penny?

Penny is a framework that helps you to build PHP application. It is focused around the interoperability concept.
At the moment Symfony, Zend Framework and Laravel are very big projects and this complexity often is not required.
This project helps you to create applications with the best standalone components.

Getting Started

penny skeleton app is a first penny implementation. "Classic" because it integrates league/plates and helps you to build an HTML application.

Installation

$ composer create-project penny/classic-app -s dev

Built-in webserver

$ php -S 127.0.0.1:8080 -t public

it's ready! You can visit 127.0.0.1:8080