Releases: bethropolis/plugin-system
Releases · bethropolis/plugin-system
Milestone 1.0.8: Docs to Guide
What's Changed
- Created CODE_OF_CONDUCT by @bethropolis in #8
- writing docs by @bethropolis in #9
- adding docs by @bethropolis in #10
- gooo by @bethropolis in #11
- Dev by @bethropolis in #12
- deploy fix by @bethropolis in #13
- bug fix by @bethropolis in #14
- writing docs by @bethropolis in #15
- fixes by @bethropolis in #16
Full Changelog: 1.0.7...1.0.8
Milestone 1.0.7: Locked and Loaded!
Milestone 1.0.6: Need more Info!
Milestone 1.0.5: It's a Life cycle!
Milestone 1.0.4: Gotcha!
Milestone 1.0.3: A Bug in the Mix
Fixed an autoloading problem
What's Changed
- psr-4 compliency by @bethropolis in #1
New Contributors
- @bethropolis made their first contribution in #1
Full Changelog: 1.0.2...1.0.3
Milestone 1.0.2: The Adventure Continues
Full Changelog: 1.0.0...1.0.2
Milestone 1: The Odyssey Begins
Features
-
Easy integration: The plugin system is designed to be easily integrated into your existing PHP projects.
-
Dynamic loading: Plugins can be loaded dynamically from a specified directory.
-
Hook-based architecture: Plugins can be linked to hooks, allowing them to execute actions when specific events occur.
-
Event-driven programming: Plugins can register events and define actions to be executed when those events are triggered.
-
Flexible and extensible: The system provides a flexible and extensible architecture, allowing you to add and manage plugins according to your application's needs.