Getting Started

Last updated: Dec 30th, 2016

System Requirements

In order to download / install Speedy Framework, your system needs to meet the following dependencies:

Download as plugin

Speedy can be downloaded to be used as a plugin for another framework.
To download use the command:
composer require speedworks/speedy

Note:

Downloading does not make the framework runnable as a standalone application. To do that head over to the installation section

Installation

To start developing applications using the Speedy Framework you need to install Speedy rather than simply downloading it.
Installing automatically creates the necessary directory structure and configurations required to run Speedy as a stand alone application development framework.
To install use the command:
composer create-project speedworks/speedy [optional: Project_name]