FuelPHP explained
FuelPHP is an open-source web application framework written in PHP which implements the HMVC pattern.[2] [3]
History
The FuelPHP project commenced in October 2010,[4] with its major contributors being Harro Verton, Jelmer Schreuder, Dan Horrigan, Philip Sturgeon and Frank de Jonge.[5] In November 2013,[6] Steve West joined the development team. Philip Sturgeon and Dan Horrigan had contributed to the CodeIgniter framework.[7]
Major releases
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 | |
1.0.1 | |
1.1 | |
1.2 | |
1.3 | |
1.4 | |
1.5 | |
1.6 | |
1.7 | |
1.8 | |
1.9 | |
2.0 | | |
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.[8] [9] [10]
Architecture overview
- FuelPHP is written in PHP 5.3 and requires at least version 5.3.3 of PHP for version 1.x.[11] [12]
- Cascading File System (inspired by Kohana framework): a directory structure partially based on namespaces used by classes.
- Flexibility: almost every component of the core framework can be extended or replaced.[13]
- Modularity: applications can be divided up into modules.[14]
- Extensibility: additional functionalities can be added to the framework through packages.
Features overview
Tools
External links
Notes and References
- Web site: Requirements - FuelPHP Documentation . 2020-12-02 . fuelphp.com.
- Web site: Fuel PHP: An MVC Framework . InfoQueue . Allen . Jonathan . 2011 . 2012-02-07.
- Web site: Getting Started with the Fuel PHP Framework . PHPBuilder . Gilmore . Jason . 2012-02-07 . https://web.archive.org/web/20120125085410/http://www.phpbuilder.com/columns/FuelPHP_Gilmore_08-25-2011.php3 . 2012-01-25 . dead .
- https://github.com/fuel/fuel/commit/b29f2a60feacfd7cfd50c3a2ab99b24735d42bd1 First GitHub commit
- http://fuelphp.com/contribute/contributors FuelPHP contributors list
- http://fuelphp.com/about Team member list
- https://github.com/EllisLab/CodeIgniter/contributors GitHub CodeIgniter contributors
- Web site: Sturgeon . Philip . 2011 . An introduction to FuelPhp . dead . https://web.archive.org/web/20120122164412/http://phpne.org.uk/2011/10/10/phpne-october-an-introduction-to-fuel-php-by-phil-sturgeon/ . 2012-01-22 . 2012-02-07 . PhpNE October 2011 conference . [phpne.org.uk].
- Web site: Start your engines: Fuel RC1 is here . fuelphp.com . Developer team . 2011 . 2012-02-07 . dead . https://web.archive.org/web/20120106185748/http://fuelphp.com/blog/2011/04/start-your-engines-fuel-rc1-is-here . 2012-01-06.
- Web site: What do you want out of FuelPHP ? . fuelphp.com . Horrigan . Dan . 2012 . 2012-02-07 . dead . https://web.archive.org/web/20120205021714/http://fuelphp.com/blog/2012/02/what-do-you-want-out-of-fuelphp . 2012-02-05.
- Web site: Sturgeon . Philip . 2011 . Introducing FuelPHP . 2012-02-07 . [philsturgeon.co.uk] . 2013-09-28 . https://web.archive.org/web/20130928002935/http://philsturgeon.co.uk/blog/2011/01/introducing-fuelphp . dead .
- Web site: FuelPHP Documentation - requirements . fuelphp.com . Developer team . 2011 . 2011-06-30.
- Web site: Extending Core Classes . FuelPHP Docs . fuelphp.com . 2011 . 2012-02-07.
- Web site: Modules . FuelPHP Docs . fuelphp.com . 2011 . 2012-02-07.
- Web site: Parser package . FuelPHP Docs . fuelphp.com . 2011 . 2012-02-07.
- Web site: Fieldset Class . FuelPHP Docs . fuelphp.com . 2011 . 2012-02-07 . dead . https://web.archive.org/web/20111229014120/http://docs.fuelphp.com/classes/fieldset.html . 2011-12-29.
- Web site: Validation Class . FuelPHP Docs . fuelphp.com . 2011 . 2012-02-07.
- Web site: ORM . FuelPHP Docs . fuelphp.com . 2011 . 2012-02-07.
- Web site: Security . FuelPHP Docs . fuelphp.com . 2011 . 2012-02-07.
- Web site: Introducing Sentry: A FuelPHP Authentication Package . [cartalyst.com] . Petrie . Dan . 2011 . 2012-02-07 . dead . https://web.archive.org/web/20120207213850/http://blog.cartalyst.com/2011/12/introducing-sentry-a-fuelphp-authentication-package/ . 2012-02-07.
- Web site: Build an Admin Panel with the Fuel PHP Framework . Sturgeon . Philip . [tutsplus.com] . 2011 . 2012-02-07.
- Web site: Cache Class . FuelPHP Docs . fuelphp.com . 2011 . 2012-02-07.
- Web site: Profiling . FuelPHP Docs . fuelphp.com . 2011 . 2012-02-07.