Fusebox Plugins
A plugin is a code set that can be executed during a specific "plugin point" during a Fusebox request. Plugins were introduced at version 4.0. Plugins are great ways to create shareable pieces of code that are useful to a wide variety of developers, but don't necessarily have to be a part of the core files. Plugins make a lot of sense for scenarios such as exception handling and security.
Got a plugin that you want to point us to?
Fusebox 5
CFMX
- Shayna.com - FBSecure for Fusebox 5
- Complete Lock/Key security system incorporating security profiles for users.
- Assertions Plugin
- Adds Assertions to Fusebox
Fusebox 4
CFMX
- Shayna.com - FBSecure for Fusebox 4
- Complete Lock/Key security system incorporating security profiles for users.
- Fusebox 4 Request Plugin
- Converts Session or Client scoped variables to Request scope
- Francis Scott - Stats Plugin
- Determines screen resolution of browsers accessing your site.
- Nested Settings
- Plugin to mimic Fusebox 3 nested settings. Placed in the PreFuseaction plugin point.
- Exception Handler
- Plugin for simple exception handling at the fuseaction, circuit and application level. Used in the fuseactionException plugin point.
- Globals
- Allows a single top-level include during the preProcess plugin point.
PHP
- Tracking Fuseaction execution times
- Tracks Fuseaction execution times. Include during both preFuseaction and postFuseaction plugin points.