This repository contains project files for my PHP framework.
Requirements:
- Composer (http://getcomposer.org)
- PHP >= 5.3.0
To use this,
- Clone the repository
- Run
composer install - To use a database, set up the database and execute
vendor/mschurr/framework/src/schema.sql - Place the configuration information in
config-template.phpand rename the file toconfig.php - Run the development server for testing
php -S localhost:80 server.php - Deploy using HipHop
./hhvm.shor any PHP-enabled web stack