An open API service indexing awesome lists of open source software.

https://github.com/marshallovski/64space-board

database-less board written in PHP
https://github.com/marshallovski/64space-board

Last synced: 7 months ago
JSON representation

database-less board written in PHP

Awesome Lists containing this project

README

          

# 64space
### A database-less board written in PHP and [Kona-PHP](http://github.com/marshallovski/kona-php/) framework
(compatible with legacy browsers)

# Installation
Since 64space don't require any database, installation is simple: you can download Sources from this repo and unpack it, or...

```
git clone https://github.com/marshallovski/64space-board.git
cd ./64space-board
php -S localhost:8080
```

That's it!