Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.44 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.44 KB

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