Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 251 Bytes

readme.md

File metadata and controls

7 lines (4 loc) · 251 Bytes

PHP SQLite3 bindings for Molio Doc

Run composer install and enable extension=sqlite3 in php.ini, then:

From command line: php main.php > molio.db.gz

From dev server: php -S localhost:8000 then go to http://localhost:8000/main.php