Skip to content

mschurr/project

Repository files navigation

project

This repository contains project files for my PHP framework.

Requirements:

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.php and rename the file to config.php
  • Run the development server for testing php -S localhost:80 server.php
  • Deploy using HipHop ./hhvm.sh or any PHP-enabled web stack

About

The project files for my PHP framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published