2 min read

Extending bulletinbored with plugins

The plugin system is just PHP files and hooks. Here’s how to build your first bulletinbored plugin in a few minutes.

  • plugins
  • development
  • hooks
2 min read

Why zero dependencies matters for forum software

Dependency-free software is easier to deploy, cheaper to maintain and harder to break. Here’s how bulletinbored keeps it that way.

  • architecture
  • php
  • self-hosting