1
0
Fork
You've already forked cauldron
0
No description
  • PHP 100%
2023年09月27日 08:11:37 +02:00
cauldron Moved ppp to _p 2023年09月27日 08:11:37 +02:00
docs Removed the options, will be part of a plugin 2023年09月27日 08:03:27 +02:00
setup Removed the options, will be part of a plugin 2023年09月27日 08:03:27 +02:00
.gitignore Ignored playground 2023年09月27日 08:08:13 +02:00
LICENCE Added more stuff 2023年09月26日 13:59:12 +02:00
README.md Removed the options, will be part of a plugin 2023年09月27日 08:03:27 +02:00

Cauldron

Cauldron is an ultra lightweight plugin system. The core feature is a WordPress-like hook system. Cauldron doesn't use any external dependencies. It also provides a simple database wrapper

API Docs

Installation

  1. Head to config.php and insert your user credentials.
  2. Insert the ./setup/database.sql into your database

Developing a plugin