|
PluginLibrary - Printable Version +- MyBB Group (https://mybb.group) +-- Forum: MyBB Extends (https://mybb.group/Forum-MyBB-Extends) +--- Forum: Adopted (https://mybb.group/Forum-Adopted) +--- Thread: PluginLibrary (/Thread-PluginLibrary) |
PluginLibrary - effone - 31-05-2024 Yes. You are right. This is awesome THE PluginLibrary created by frostschutz, a bunch of helper functions to ease the base coding of MyBB Plugins. Here we intend to maintain this epic creation to work with latest PHP and MyBB Versions. PluginLibrary for MyBB (Updated for PHP 8) A collection of useful functions used by other plugins. https://github.com/mybbgroup/MyBB-PluginLibrary PHP 8 update forked from the original at: https://github.com/frostschutz/MyBB-PluginLibrary Users: Upload inc/plugins/pluginlibrary.php to your inc/plugins/ folder. No other files are required and no further steps are necessary. Developers: Please refer to PluginLibrary-Documentation.html and / or to the sample plugin inc/plugins/hello_pl.php for detailed information on how to use PluginLibrary with your own plugins. |