Logo

About

PHP
test

CodeFactor

Contributions

GitHub
version

This is a lightweight, flexible, hook and event based plugin manager and system.

It allows you to easily integrate plugins feature into your PHP applications, providing a modular and extensible architecture.

Installation

you can simply install the plugin system by running the following command:

composer require bethropolis/plugin-system

if you are facing issues with composer, you can also download the latest release and add it to your project directory.

for manual installation you will have to add the autoloader file into your project scripts.

require "plugin-system/src/autoload.php";

// for composer installed use vendor/autoload

require "vendor/autoload.php";


Inspirational projects

  1. isaeken/plugin-system