Skip to content

nicbou/tinybbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyBBS

TinyBBS is an tiny object-oriented forum. The challenge was to build a fully working forum in under 150 lines of code. The product is 5kb in weight.

Due to its small size, it doesn't track users and filters spam very crudely. However, it could easily be extended to do something useful despite being a proof of concept.

To include the forum in a page, all you need to do is this:

<?php
    require('tinybbs.php');
?>

index.php already does that, and styles the posts adequately with css.css

About

Communicating with 5 kilobytes. A very tiny PHP forum. Not maintained.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages