All Projects → akeeba → Fof

akeeba / Fof

Rapid Application Development framework for Joomla!™ 3 and 4

Projects that are alternatives of or similar to Fof

Framework
IONDV. Framework is a high level framework for enterprise web applications development.
Stars: ✭ 54 (-49.06%)
Mutual labels:  framework, rad
Windwalker Framework
PHP Rapid Application Development Framework
Stars: ✭ 230 (+116.98%)
Mutual labels:  framework, rad
Cuba
CUBA Platform is a high level framework for enterprise applications development
Stars: ✭ 1,114 (+950.94%)
Mutual labels:  framework, rad
Gantry5
🚀 Next Generation Template / Theme Framework
Stars: ✭ 895 (+744.34%)
Mutual labels:  joomla, framework
Lithium
li₃ is the fast, flexible and most RAD development framework for PHP
Stars: ✭ 1,176 (+1009.43%)
Mutual labels:  framework, rad
Easyfxml
A collection of tools and libraries for easier development on the JavaFX platform!
Stars: ✭ 102 (-3.77%)
Mutual labels:  framework
Seleniumwithcucucumber
In this project we will discuss working Selenium with cucumber
Stars: ✭ 104 (-1.89%)
Mutual labels:  framework
Go Githubapp
A simple Go framework for building GitHub Apps
Stars: ✭ 102 (-3.77%)
Mutual labels:  framework
Leaf
一个开发友好、功能完备的开源微信商城框架
Stars: ✭ 102 (-3.77%)
Mutual labels:  framework
Gin Template
golang template for gin framework!
Stars: ✭ 106 (+0%)
Mutual labels:  framework
Swift Screencapture
A Swift framework to easily capture the screen on OS X.
Stars: ✭ 105 (-0.94%)
Mutual labels:  framework
Facil.io
Your high performance web application C framework
Stars: ✭ 1,393 (+1214.15%)
Mutual labels:  framework
Kafka Connect
equivalent to kafka-connect 🔧 for nodejs ✨🐢🚀✨
Stars: ✭ 102 (-3.77%)
Mutual labels:  framework
Libmtev
Mount Everest Application Framework
Stars: ✭ 104 (-1.89%)
Mutual labels:  framework
Orion
Orion is a small lightweight framework written around grpc/protobuf with the aim to shorten time to build microservices at Carousell.
Stars: ✭ 101 (-4.72%)
Mutual labels:  framework
Vapor
☁️ Lightweight Steam client framework for node.js
Stars: ✭ 105 (-0.94%)
Mutual labels:  framework
Fastsitephp
🌟 FastSitePHP 🌟 A Modern Open Source Framework for building High Performance Websites and API’s with PHP
Stars: ✭ 102 (-3.77%)
Mutual labels:  framework
Framy Css
Very simple CSS Framework
Stars: ✭ 103 (-2.83%)
Mutual labels:  framework
Cyclow
A reactive frontend framework for JavaScript
Stars: ✭ 105 (-0.94%)
Mutual labels:  framework
Valval
The fastest web framework in V language (vlang)
Stars: ✭ 103 (-2.83%)
Mutual labels:  framework

Framework on Framework Build Status

What is FOF?

FOF (Framework on Framework) is a rapid application development framework for Joomla!. It's designed to abstract changes between different Joomla versions and provide a better, faster, fluent coding interface based on the same MVC concepts that you learned with Joomla.

Requirements

FOF 3.6 and later requires Joomla 3.9 or later and PHP 7.1 or later. It will not work on older Joomla and PHP versions.

FOF 2.x, 3.x and Joomla 3

Joomla 3 includes a very, VERY old version of FOF we have stopped developing in 2015 and declared End of Life in 2016. Please don't use that! That's what FOF looked liked in the early 2010's. This repository has a far better, much newer version. And yes; both versions can run side by side.

This warrants an explanation of the extensions you see in the Extensions, Manage page with FOF in their name:

  • FOF (type: Library, version 2.4.3). This is the ancient version of FOF included in Joomla. It's installed in libraries/fof. It cannot and MUST NOT be removed. If you delete it your site will break – this is still used by some core Joomla components, including Two Factor Authentication.
  • F0F (type: Library). Note that this is F-zero-F. That's an old version of FOF 2.x, renamed so it can run next to Joomla's even more outdated version. It was a rather complicated affair. It's installed in libraries/f0f (f-zero-f). It should no longer be necessary but please do check first if you have any very old extension still using it.
  • file_fof30 (type: File). This is the current version of FOF 3. It's installed in libraries/fof30. Do NOT remove it manually. It will be uninstalled automatically when the last extension using it is removed.
  • FOF (type: Library, version 3.x.y). This was the old package type of FOF 3. We switched to a file package in 2018 to address Joomla bricking your sites if it failed to fully update FOF. While we try to remove the leftover entry from Joomla's Extensions, Manage page it's not always possible. If you see this entry please DO NOT try to remove it, you will break your site.
  • User - FOF Token Management (type: Plugin). This will be shipped with our extensions in 2020 to manage token authentication for JSON API calls in Joomla 3. Please do not remove if you're using any Akeeba-branded extension. Also, cool fact: this code has already been contributed to Joomla 4 for its brand new API application.

FOF and Joomla 4

Joomla 4, thankfully, no longer includes the ancient version of FOF Joomla 3 shipped with. You can use the latest version of FOF with Joomla 4.

Important! We only work towards full compatibility with stable versions of Joomla. Using FOF with pre-release versions of Joomla (alpha, beta, RC) may result in issues. If you have identified the issue to be coming from FOF and not your extensions feel free to file a Pull Request or an issue in this repository. Please be as specific and detailed as possible.

Using FOF for your extensions

If you want to use FOF to build your extensions and include it with them please read our Wiki for more information.

Mind the deprecated / removed stuff!

While our original goal was to follow semantic versioning, a combination of reasons led to us deciding to remove features in a backwards incompatible manner without bumping the major version of FOF.

Backwards incompatible changes and major new features are detailed in the [UPGRADE NOTES.md](UPGRADE NOTES.md) in FOF's repository.

The following features present in earlier versions of FOF 3 are scheduled for removal:

  • FOF30\Utils\FEFHelper\Html. Use FEFHelper.browse through Joomla's HtmlHelper class instead.
  • FOF30\Utils\StringHelper. Use the replacements advised in the docblocks.
  • FOF30\Utils\InstallScript. Use FOF30\Utils\InstallScript\Component instead.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].