Current Status of FuelPHP as of March 2023 was an article I wrote.
Recently, I wondered about the current state of things, so I used ChatGPT's deep research feature to investigate. (Since I’ve been away from PHP since last year, I didn’t have much motivation to spend a lot of time researching...)
In conclusion, it seems that there hasn’t been much significant change since the last investigation.
Also, I keep quoting my own articles... lol
Below is a direct reference to ChatGPT’s output.
Current Status of FuelPHP in 2025
We begin our investigation into the state of FuelPHP in 2025. The focus will be on the continuity of development, the latest version, PHP compatibility, security support information, and community trends. The summary will primarily focus on an overview without delving into technical details.
We will update you as soon as the results are compiled.
Development Continuity
FuelPHP has been criticized for its stagnation in recent years, and the development of the 1.x series (current stable version) is effectively at a standstill. The official development team has acknowledged that FuelPHP 1.x has already reached EOL (End of Life) and has indicated a policy of shifting resources from the 1.x series to the future 2.0 version (bmf-tech.com - Current Status of FuelPHP as of March 2023).
As of 2023, core developers stated on forums and Twitter that they would "no longer focus on the 1.x series and will shift development efforts to 2.0" (bmf-tech.com - Current Status of FuelPHP as of March 2023). The main focus of development has shifted to 2.0. However, FuelPHP 2.0 has not yet been released, and development is ongoing in a private repository (bmf-tech.com - Current Status of FuelPHP as of March 2023). As of 2025, only sporadic maintenance updates (such as bug fixes) are being made to the 1.x series, with no significant feature additions or releases. For instance, only minor commits, such as updating copyright years, were observed at the end of 2024, indicating a lack of active development.
Latest Version
The latest official stable version of FuelPHP is 1.8.2 (bmf-tech.com - Current Status of FuelPHP as of March 2023). Released in the late 2010s, there have been no major official releases since. A 1.9 development branch (1.9/develop) exists on GitHub, which aimed to support PHP8, but the development resources shifted to 2.0, leaving 1.9 unreleased (bmf-tech.com - Current Status of FuelPHP as of March 2023).
Meanwhile, the future version, FuelPHP 2.0, remains in the alpha stage. Although an alpha release was announced in early 2015 (First v2 Alpha | Blog - FuelPHP), development has been delayed due to significant architectural changes. In 2023, development resumed, focusing on modern redesigns like adopting a Dependency Injection container, as shared in forums (bmf-tech.com - Current Status of FuelPHP as of March 2023). However, as of 2025, neither a beta nor a stable version of 2.0 has been released, and the release timeline remains unclear.
PHP Compatibility
FuelPHP 1.x was initially developed for PHP5.3+, and its compatibility is limited to PHP7.x. The latest stable version, 1.8.2, officially supports up to PHP7.3, with no sufficient support for later PHP versions (bmf-tech.com - Current Status of FuelPHP as of March 2023).
However, community contributions and commits from core developers have introduced PHP8 compatibility improvements in the 1.9 development branch. The goal was to make FuelPHP 1.9 work with PHP8.0 and 8.1 (bmf-tech.com - Current Status of FuelPHP as of March 2023). Major developer Harro has confirmed that some applications are running FuelPHP 1.9-dev on PHP8.1 (bmf-tech.com - Current Status of FuelPHP as of March 2023). However, since 1.9 remains unreleased, using FuelPHP with PHP8 requires relying on the development branch at one’s own risk.
For FuelPHP 2.0, initial plans suggested support for PHP7.4 and below PHP8.0 (bmf-tech.com - Current Status of FuelPHP as of March 2023). However, due to development delays, this plan may change, and it is likely that support for PHP8.x (preferably 8.2 or later) will be required by the time 2.0 is officially released.
Security Support Information
The FuelPHP project has not issued official announcements regarding support deadlines or EOL. Information such as "how long security updates will be provided" or "when EOL will occur" is not explicitly stated. For the 1.x series, it is effectively in an unsupported state (bmf-tech.com - Current Status of FuelPHP as of March 2023).
While the official team has little intention of providing active security fixes for the 1.x series, FuelPHP is an open-source community-driven project. If serious security vulnerabilities are discovered, patches may be provided by volunteers or core developers. For example, developers using FuelPHP in their organizations have been known to apply bug fixes and updates themselves, occasionally submitting PRs to GitHub (bmf-tech.com - Current Status of FuelPHP as of March 2023).
However, since there is no officially declared long-term support, relying on FuelPHP 1.x poses security risks. Organizations using the 1.x series should be aware that updates to the framework itself are unlikely and should consider forking the project and applying their own security patches if necessary.
Community Trends
The FuelPHP community has significantly diminished compared to its peak. Laravel dominates the PHP framework landscape, and new projects rarely adopt FuelPHP (bmf-tech.com - Current Status of FuelPHP as of March 2023). Some developers abroad have even criticized it as "stagnant" and its community as "practically dead" (Is FuelPHP still a thing? : r/PHP - Reddit).
However, the existing FuelPHP user community has not completely disappeared. Companies and developers maintaining legacy systems built with FuelPHP still share information and provide mutual support (bmf-tech.com - Current Status of FuelPHP as of March 2023). For instance, in Japan, blog posts about updating FuelPHP applications to PHP8 environments and summaries of FuelPHP’s current state can still be found. Additionally, the official forum continues to see posts about issues and questions regarding the use of the 1.9 development version with PHP8.1 (Image driver error in PHP8.1 with 1.9 Develop? - FuelPHP forums).
In summary, FuelPHP’s community is small but still exists. While it has fallen out of favor for new development, existing users continue to support each other and exchange information, preventing the project from completely disappearing. However, the community’s focus is shifting towards discussions on how to migrate or update existing systems built with FuelPHP (bmf-tech.com - Current Status of FuelPHP as of March 2023)).
Official Announcements and Forum Discussions
The official blog on the FuelPHP website has not been updated for a long time, and new official announcements are limited. The most recent clear communication from the development team was the declaration of focus on FuelPHP 2.0 development. In early 2023, the FuelPHP forum and official Twitter announced that "development of the 1.x series is frozen, and the focus will shift to 2.0" (bmf-tech.com - Current Status of FuelPHP as of March 2023)).
Additionally, discussions on PHP8 compatibility and the future of FuelPHP occasionally occur in the official forum. For example, in late 2022, a user asked about PHP8.1 compatibility and requested the official release of 1.9. In response, a core developer mentioned that "it’s about time to release 1.9" (php 8.1 - FuelPHP forums). However, as mentioned earlier, 1.9 remains unreleased. The forum also saw posts from Harro sharing sneak peeks into 2.0’s progress, including plans for PSR-compliant Dependency Injection containers and a restructured class architecture (Sneak peak... - FuelPHP forums).
In conclusion, while official announcements are sparse, small updates and development directions are intermittently shared on forums and social media. Until a major announcement (such as the release of FuelPHP 2.0) is made, monitoring the official GitHub repository and forum posts will be the primary way to stay informed.