Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 712 Bytes

README.textile

File metadata and controls

23 lines (12 loc) · 712 Bytes

Welcome to play4php framework

Play4php framework makes it easier to build Web applications with PHP. It was inspired by play framework for Java. Learn more about it on the http://www.playframework.org website.

Getting started

1. Use the provided skeleton provided in the skeleton subfolder

2. Configure your apache server

3. Enable mode_rewrite

4. Open the application url and see the welcome page

Get the source

Fork the project source code on Github:

git clone https://github.com/d33t/play4php.git

Licence

Play4php framework is distributed under Apache 2 licence.