Software:FuelPHP

From HandWiki
FuelPHP
FuelPHP logo.png
FuelPHP post-install screen.png
FuelPHP post-install screen
Developer(s)FuelPHP developer team
Stable release
Preview release
2.0 alpha / January 1, 2014 (2014-01-01)
RepositoryFuelPHP Repository
Operating systemCross-platform
PlatformPHP 5.3.3+[1]
Available inMultilingual
TypeWeb application framework
LicenseMIT License
Websitefuelphp.com

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]

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).

Major releases

Version Release date
1.0 July 30, 2011[8]
1.0.1 August 23, 2011[9]
1.1 December 13, 2011[10]
1.2 May 6, 2012[11]
1.3 September 9, 2012[12]
1.4 November 11, 2012[13]
1.5 January 20, 2013[14]
1.6 May 3, 2013[15]
1.7 October 13, 2013[16]
1.8 April 9, 2016[17]
2.0 No date set[18][19]

Project guidelines

The project guidelines are:

  • Building a framework based on the best ideas from other frameworks.[2][20]
  • The framework must provide powerful functionalities, it must be easy to work with and it should have a lightweight codebase.[20]
  • Taking account of community developers' orientations.[20][21][22]

Architecture overview

  • FuelPHP is written in PHP 5.3 and requires at least 5.3.3 for V1.x.[23][24]
  • Cascading File System (inspired by Kohana framework): a directory structure partially based on namespaces used by classes.[23]
  • Flexibility: almost every component of the core framework can be extended or replaced.[25]
  • Modularity: applications can be divided up into modules.[26]
  • Extensibility: additional functionalities can be added to the framework through packages.[2][23]

Features overview

Tools

References

  1. "Requirements - FuelPHP Documentation". https://fuelphp.com/docs/requirements.html. 
  2. 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 Allen, Jonathan (2011). "Fuel PHP: An MVC Framework". InfoQueue. http://www.infoq.com/news/2011/09/Fuel-PHP. 
  3. 3.0 3.1 3.2 3.3 3.4 Gilmore, Jason. "Getting Started with the Fuel PHP Framework". PHPBuilder. http://www.phpbuilder.com/columns/FuelPHP_Gilmore_08-25-2011.php3. 
  4. First GitHub commit
  5. FuelPHP contributors list
  6. Team member list
  7. GitHub CodeIgniter contributors
  8. V1.0 Changelog
  9. V1.0.1 Changelog
  10. V1.1 Changelog
  11. V1.2 Changelog
  12. V1.3 Announcement
  13. V1.4 Announcement
  14. V1.5 Announcement
  15. V1.6 Announcement
  16. V1.7 Announcement
  17. "FuelPHP » FuelPHP releases v1.8 | Blog". http://fuelphp.com/blogs/2016/04/fuelphp-releases-v1-8. 
  18. V2.0 Roadmap
  19. 2.0 Development
  20. 20.0 20.1 20.2 Sturgeon, Philip (2011). "An introduction to FuelPhp". PhpNE October 2011 conference. [phpne.org.uk]. http://phpne.org.uk/2011/10/10/phpne-october-an-introduction-to-fuel-php-by-phil-sturgeon. 
  21. 21.0 21.1 Developer team (2011). "Start your engines: Fuel RC1 is here". fuelphp.com. http://fuelphp.com/blog/2011/04/start-your-engines-fuel-rc1-is-here. 
  22. Horrigan, Dan (2012). "What do you want out of FuelPHP ?". fuelphp.com. http://fuelphp.com/blog/2012/02/what-do-you-want-out-of-fuelphp. 
  23. 23.0 23.1 23.2 Sturgeon, Philip (2011). "Introducing FuelPHP". [philsturgeon.co.uk]. http://philsturgeon.co.uk/blog/2011/01/introducing-fuelphp. 
  24. Developer team (2011). "FuelPHP Documentation - requirements". fuelphp.com. http://fuelphp.com/docs/requirements.html. 
  25. "Extending Core Classes". FuelPHP Docs. fuelphp.com. 2011. http://docs.fuelphp.com/general/extending_core.html. 
  26. "Modules". FuelPHP Docs. fuelphp.com. 2011. http://docs.fuelphp.com/general/modules.html. 
  27. "Parser package". FuelPHP Docs. fuelphp.com. 2011. http://docs.fuelphp.com/packages/parser/intro.html. 
  28. "Fieldset Class". FuelPHP Docs. fuelphp.com. 2011. http://docs.fuelphp.com/classes/fieldset.html. 
  29. "Validation Class". FuelPHP Docs. fuelphp.com. 2011. http://docs.fuelphp.com/classes/validation/validation.html. 
  30. "ORM". FuelPHP Docs. fuelphp.com. 2011. http://docs.fuelphp.com/packages/orm/intro.html. 
  31. "Security". FuelPHP Docs. fuelphp.com. 2011. http://docs.fuelphp.com/general/security.html. 
  32. Petrie, Dan (2011). "Introducing Sentry: A FuelPHP Authentication Package". [cartalyst.com]. http://blog.cartalyst.com/2011/12/introducing-sentry-a-fuelphp-authentication-package. 
  33. Sturgeon, Philip (2011). "Build an Admin Panel with the Fuel PHP Framework". [tutsplus.com]. http://net.tutsplus.com/tutorials/php/build-an-admin-panel-with-the-fuel-php-framework. 
  34. "Cache Class". FuelPHP Docs. fuelphp.com. 2011. http://docs.fuelphp.com/classes/cache/config.html. 
  35. "Profiling". FuelPHP Docs. fuelphp.com. 2011. http://docs.fuelphp.com/general/profiling.html. 

External links