Article snapshot taken from Wikipedia with creative commons attribution-sharealike license.
Give it a read and then ask your questions in the chat.
We can research this topic together.
The first version of FuelPHP (FuelPHP 1.0) was developed under the GitHub repository named Fuel. Another GitHub repository named FuelPHP was created for the development of the second version (FuelPHP 2.0).
Version
Release date
1.0
July 30, 2011
1.0.1
August 23, 2011
1.1
December 13, 2011
1.2
May 6, 2012
1.3
September 9, 2012
1.4
November 11, 2012
1.5
January 20, 2013
1.6
May 3, 2013
1.7
October 13, 2013
1.8
April 9, 2016
1.9
December 28, 2021
2.0
No date set
Project guidelines
The project guidelines are to build a framework based on the best ideas from other ones. The framework must provide powerful functionalities, it must be easy to work with, and it should have a lightweight codebase that takes account of community developers' orientations.
Architecture overview
FuelPHP is written in PHP 5.3 and requires at least version 5.3.3 of PHP for version 1.x.
The Auth package provides a set of components with which authentication and authorization application functionalities can be built. Sentry is another authentication and authorisation package for FuelPHP.