From c6103b82455aaa348e9b1e02db22d2685402b1ef Mon Sep 17 00:00:00 2001 From: Gianluca Arbezzano Date: Tue, 29 Dec 2015 10:06:14 +0000 Subject: [PATCH] Fixed Readme.md and add site --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa24eb3..1ec9e73 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ One penny is valueless but a lot of pennies build an empire. ![Penny PHP logo](https://raw.githubusercontent.com/gianarb/penny/master/docs/assets/img/pennyphp.png) ## What is penny? -Penny is a library that helps you to build PHP application. It is focused around the interoperability concept. +[Penny](http://pennyphp.org) is a library 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. @@ -18,8 +18,9 @@ This project helps you to create applications with the best standalone component "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 ```