Server Requirements

The Wiggum framework has a few system requirements. You will need to make sure your server meets the following requirements:

  • PHP >= 5.5.9
  • PDO PHP Extension (required for database control)

Installation Instructions

Use the skeleton application to quickly setup and start working on a new Wiggum Framework application.

This skeleton application was built for Composer. This makes setting up a new Wiggum Framework application quick and easy.

Run this command from the directory in which you want to install your new Wiggum Framework application:

php composer.phar create-project wiggum/skeleton [my-app-name]

Replace [my-app-name] with the desired directory name for your new application.

Point your virtual host document root to your new application's public/ directory.