Welcome to Fuel
Fuel is a simple, flexible, community driven PHP 5 web framework. It was born out of the frustrations people have with the current available frameworks and developed with support from a community of developers. Fuel is extremely portable, works on almost any server and prides itself on clean syntax.
Getting started
- Step #1: Download
- Step #2: Install
- Step #3: Create sexy code
Optional: Quick Installation
If you value your time and want to get things up and running in seconds instead of minutes you can use our quick installer. This will be a single line you write into CLI which gives you a very basic version of Oil. From there you can create new full applications of Fuel.
$ curl get.fuelphp.com/oil | sh cd Sites/ oil create blog
This will create a new Fuel "project" or application for you to start working with. If you were to then run some scaffolding you'd have a fully functional blog in minutes.
For now this requires Git, but that should be a simple installation and the benefits really outweigh the effort.