FuelPHP
Page Module:Message box/ambox.css has no content.Page Template:Multiple issues/styles.css has no content.
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
Template:AdvertPage Module:Message box/ambox.css has no content.
|
Page Module:Infobox/styles.css has no content.
| FuelPHP | |
|---|---|
| Lua error in package.lua at line 80: module 'Module:InfoboxImage/data' not found. | |
| Lua error in package.lua at line 80: module 'Module:InfoboxImage/data' not found. FuelPHP post-install screen | |
| [[Programmer|DeveloperTemplate:Pluralize from text]] | FuelPHP developer team |
| Operating system | Cross-platform |
| Platform | PHP 5.3.3+[1] |
| Available in | Multilingual |
| Type | Web application framework |
| License | MIT License |
| Website | fuelphp |
| Repository | FuelPHP Repository |
Script error: No such module "Check for conflicting parameters".
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 | 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] |
| 1.9 | December 28, 2021[18] |
| 2.0 | No date set[19][20] |
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.[2][21][22][23]
Architecture overview
- FuelPHP is written in PHP 5.3 and requires at least version 5.3.3 of PHP for version 1.x.[24][25]
- Cascading File System (inspired by Kohana framework): a directory structure partially based on namespaces used by classes.[24]
- Flexibility: almost every component of the core framework can be extended or replaced.[26]
- Modularity: applications can be divided up into modules.[27]
- Extensibility: additional functionalities can be added to the framework through packages.[2][24]
Features overview
- A URL routing system[3]
- RESTful implementation[3]
- HMVC implementation[2][3]
- Template parsing: Stags (a specific FuelPHP template engine) and Mustache template engines are included; drivers for Markdown, Smarty, Twig, Haml, Jade and Dwoo template engines[28]
- Form[29] and data validation[30] features[2]
- An Object Relational Mapper (ORM)[2][31]
- Vulnerability protections: the framework encodes output, provides CSRF protection, cross-site scripting protection, input filtering features, and prevents SQL injection[32]
- The Auth package provides a set of components with which authentication and authorization application functionalities can be built.[33][34] Sentry is another authentication and authorisation package for FuelPHP.
- A caching system[35]
Tools
- Profiling and debugging: PHP Quick Profiler integration[36]
- Database migrations tool (inspired by the popular Ruby on Rails framework)[2]
- Scaffolding (inspired by Ruby on Rails framework, Oil package)[2]
- Tasks (operations that can be executed through the command line)[3]
- Testing: PHPUnit integration (Oil package)[22]
References
Page Template:Reflist/styles.css has no content.
- ^ Page Module:Citation/CS1/styles.css has no content."Requirements - FuelPHP Documentation". fuelphp.com. Retrieved 2020-12-02.
- ^ a b c d e f g h Page Module:Citation/CS1/styles.css has no content.Allen, Jonathan (2011). "Fuel PHP: An MVC Framework". InfoQueue. Retrieved 2012-02-07.
- ^ a b c d e Page Module:Citation/CS1/styles.css has no content.Gilmore, Jason. "Getting Started with the Fuel PHP Framework". PHPBuilder. Archived from the original on 2012-01-25. Retrieved 2012-02-07.
- ^ First GitHub commit
- ^ FuelPHP contributors list
- ^ Team member list
- ^ GitHub CodeIgniter contributors
- ^ V1.0 Changelog
- ^ V1.0.1 Changelog
- ^ V1.1 Changelog
- ^ V1.2 Changelog
- ^ V1.3 Announcement
- ^ V1.4 Announcement
- ^ V1.5 Announcement
- ^ V1.6 Announcement
- ^ V1.7 Announcement
- ^ Page Module:Citation/CS1/styles.css has no content."FuelPHP » FuelPHP releases v1.8 | Blog".
- ^ Page Module:Citation/CS1/styles.css has no content."GitHub FuelPHP Tags". GitHub.
- ^ V2.0 Roadmap
- ^ 2.0 Development
- ^ Page Module:Citation/CS1/styles.css has no content.Sturgeon, Philip (2011). "An introduction to FuelPhp". PhpNE October 2011 conference. [phpne.org.uk]. Archived from the original on 2012-01-22. Retrieved 2012-02-07.
- ^ a b Page Module:Citation/CS1/styles.css has no content.Developer team (2011). "Start your engines: Fuel RC1 is here". fuelphp.com. Archived from the original on 2012-01-06. Retrieved 2012-02-07.
- ^ Page Module:Citation/CS1/styles.css has no content.Horrigan, Dan (2012). "What do you want out of FuelPHP ?". fuelphp.com. Archived from the original on 2012-02-05. Retrieved 2012-02-07.
- ^ a b c Page Module:Citation/CS1/styles.css has no content.Sturgeon, Philip (2011). "Introducing FuelPHP". [philsturgeon.co.uk]. Archived from the original on 2013-09-28. Retrieved 2012-02-07.
- ^ Page Module:Citation/CS1/styles.css has no content.Developer team (2011). "FuelPHP Documentation - requirements". fuelphp.com. Retrieved 2011-06-30.
- ^ Page Module:Citation/CS1/styles.css has no content."Extending Core Classes". FuelPHP Docs. fuelphp.com. 2011. Retrieved 2012-02-07.
- ^ Page Module:Citation/CS1/styles.css has no content."Modules". FuelPHP Docs. fuelphp.com. 2011. Retrieved 2012-02-07.
- ^ Page Module:Citation/CS1/styles.css has no content."Parser package". FuelPHP Docs. fuelphp.com. 2011. Retrieved 2012-02-07.
- ^ Page Module:Citation/CS1/styles.css has no content."Fieldset Class". FuelPHP Docs. fuelphp.com. 2011. Archived from the original on 2011-12-29. Retrieved 2012-02-07.
- ^ Page Module:Citation/CS1/styles.css has no content."Validation Class". FuelPHP Docs. fuelphp.com. 2011. Retrieved 2012-02-07.
- ^ Page Module:Citation/CS1/styles.css has no content."ORM". FuelPHP Docs. fuelphp.com. 2011. Retrieved 2012-02-07.
- ^ Page Module:Citation/CS1/styles.css has no content."Security". FuelPHP Docs. fuelphp.com. 2011. Retrieved 2012-02-07.
- ^ Page Module:Citation/CS1/styles.css has no content.Petrie, Dan (2011). "Introducing Sentry: A FuelPHP Authentication Package". [cartalyst.com]. Archived from the original on 2012-02-07. Retrieved 2012-02-07.
- ^ Page Module:Citation/CS1/styles.css has no content.Sturgeon, Philip (2011). "Build an Admin Panel with the Fuel PHP Framework". [tutsplus.com]. Retrieved 2012-02-07.
- ^ Page Module:Citation/CS1/styles.css has no content."Cache Class". FuelPHP Docs. fuelphp.com. 2011. Retrieved 2012-02-07.
- ^ Page Module:Citation/CS1/styles.css has no content."Profiling". FuelPHP Docs. fuelphp.com. 2011. Retrieved 2012-02-07.
External links
Page Module:Side box/styles.css has no content.Page Template:Sister project/styles.css has no content.
- No URL found. Please specify a URL here or add one to Wikidata.
- FuelPHP Documentation
- FuelPHP Blog
- FuelPHP Forum
- FuelPHP V1 source code
- FuelPHP V2 source code
- PHP Quick Profiler
- Oil package
- Auth package
- Sentry package
Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found. Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found.