gianarb/penny

This package is abandoned and no longer maintained. No replacement package was suggested.

Another PHP framework made of other components

0.8.0 2015-12-29 10:49 UTC

This package is not auto-updated.

Last update: 2021-03-15 09:16:07 UTC


README

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

Projects