PHP and CSV based database
If you want to build a simple webiste with a backend for small projects where you want to avoid the complexity of setting up a database.
It is simple and convenient. And stores data objects in collections and documents.
The example webpage works on both mobile web browsers & desktop.
- Hosting server must support PHP
Download ZIP with latest version from master branch.
Just copy the files to your webspace - thats all :)
Default password: admin123
Lack some of the features that traditional databases offer, such as
- indexing
- querying
- transactions
- concurrent access by multiple users (solved to an extent by
flock()
function) - etc..
Note: Using CSV files as a database for a website can work for simple and small-scale projects, but it may not be the best option for larger and more complex applications 😄.
It can work for very small-scale applications with minimal data and low traffic, it is generally not recommended for anything beyond the most basic use cases.
- 👉 Clcik here
Feel free to report issues and contribute to this repository.
Copyright © 2023 Abhijeet kumar. All rights reserved.
Licensed under the MIT License.