phpLiteAdmin is a web-based SQLite database admin tool written in PHP with support for SQLite3 and SQLite2. Following in the spirit of the flat-file system used by SQLite, phpLiteAdmin consists of a single source fil that is dropped into a directory on a server and then visited in a browser. There is no installation required. The available operations, feature set, interface, and user experience is comparable to that of phpMyAdmin.
Website: https://www.phpliteadmin.org/
- Download this repository on your computer.
- Unzip the downloaded files.
- Move extracted files to the Batflat directory into the
phpliteadmin
folder. - Change the default password in the configuration file.
- Open in browser
http://your-domain.com/phpliteadmin/
You can configure this tool in phpliteadmin.config.php
file.
For more information, see the official repository: https://github.com/phpLiteAdmin/pla#configuration