FuelPHP

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
FuelPHP
FuelPHP logo.png
FuelPHP post-install screen.png
FuelPHP post-install screen
Developer(s) FuelPHP developer team
Stable release 1.8[1] / April 9, 2016 (2016-04-09)
Preview release 2.0 alpha / January 1, 2014 (2014-01-01)
Operating system Cross-platform
Platform PHP 5.3.3+
Available in Multilingual
Type Web application framework
License MIT License
Website fuelphp.com

FuelPHP is an open source web application framework written in PHP which implements the HMVC pattern.[2][3]

History

The FuelPHP project started in October 2010.[4]

The major contributors[5] to FuelPHP are Harro Verton, Jelmer Schreuder, Dan Horrigan, Philip Sturgeon and Frank de Jonge. In November 2013,[6] Steve West joined the development team.

Philip Sturgeon and Dan Horrigan have 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 June 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 guideline

The project guideline is:

  • 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

Features overview

Tools

Roadmap

For the new version (V2) currently under development, some very significant changes are planned:[36]

  • It will be fully installable using Composer
  • It will require PHP 5.4+
  • The framework core will be split up in different Composer packages, most framework independent
  • Fuel applications will be independent packages as well, Composer installable
  • The framework will support multiple applications in a single installation
  • "Oil" will become a separate application, with commandline, terminal and HTML support
  • "Oil" will contain a generic admin backend for your applications
  • Complete platform independent DBAL, including a schema manager[37]
  • Completely unit tested, with 100% code coverage
  • Fully object oriented, no static code in the core anymore

Some of the features of the V1 release will be made available as separate V2 packages, for others a compatibility package will be created. This will minimize the impact when an existing application has to be migrated

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 Lua error in package.lua at line 80: module 'strict' not found.
  3. 3.0 3.1 3.2 3.3 3.4 Lua error in package.lua at line 80: module 'strict' not found.
  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. [1]
  18. V2.0 Roadmap
  19. 2.0 Development
  20. 20.0 20.1 20.2 Lua error in package.lua at line 80: module 'strict' not found.
  21. 21.0 21.1 Lua error in package.lua at line 80: module 'strict' not found.
  22. Lua error in package.lua at line 80: module 'strict' not found.
  23. 23.0 23.1 23.2 Lua error in package.lua at line 80: module 'strict' not found.
  24. Lua error in package.lua at line 80: module 'strict' not found.
  25. Lua error in package.lua at line 80: module 'strict' not found.
  26. Lua error in package.lua at line 80: module 'strict' not found.
  27. Lua error in package.lua at line 80: module 'strict' not found.
  28. Lua error in package.lua at line 80: module 'strict' not found.
  29. Lua error in package.lua at line 80: module 'strict' not found.
  30. Lua error in package.lua at line 80: module 'strict' not found.
  31. Lua error in package.lua at line 80: module 'strict' not found.
  32. Lua error in package.lua at line 80: module 'strict' not found.
  33. Lua error in package.lua at line 80: module 'strict' not found.
  34. Lua error in package.lua at line 80: module 'strict' not found.
  35. Lua error in package.lua at line 80: module 'strict' not found.
  36. Lua error in package.lua at line 80: module 'strict' not found.
  37. Lua error in package.lua at line 80: module 'strict' not found.

External links