js-plugins icon indicating copy to clipboard operation
js-plugins copied to clipboard

Does this support events/filters?

Open jhyland87 opened this issue 9 years ago • 1 comments

Im looking for a plugin system I can use that will allow users to add functionality, and take advantage of events/filters that already exist in the application. I can see that Architect allows you to install plugins that add functionality that can be used by the system and other plugins, but does it allow you to add/apply filters? (WPs add_filter() and apply_filters() for example), or add/apply actions/events?

jhyland87 avatar Jan 18 '16 05:01 jhyland87

My understanding is (correct me if I'm wrong) you want the plugin system automatically populate a stack of filters from plugins and you application simply apply the filters, right? That's a piece can be built on top of js-plugins which currently discovers and loads plugins on the lower-level and leaves application the flexibility to use the plugins in anyway they want (e.g. organize the loaded plugins as a stack of filters).

easeway avatar Jan 19 '16 22:01 easeway