4RP17 / CSV-PHP-Database

This repository contains resource and example to create a website/app with database using PHP and CSV as backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP and CSV based database

Getting started ! πŸš€

Why? πŸ™„

If you want to build a simple webiste with a backend.

The simplest and convenient way of doing this, considering if you don't want to setup any database and not going to scale too much. It stores data objects in collections and documents.

The webpage works on both mobile web browsers & desktop.

Requirements

  • Hosting server must support PHP

How to use

Download ZIP with latest version from master branch.
Just copy the files to your webspace - thats all :)

Default password: admin123


Limitations ☹

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..

In summary, 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 πŸ˜„.

Demo

  • πŸ‘‰ Clcik here

Reporting Issues & Contributions

Feel free to report issues and contribute to this repository.


License

Copyright Β© 2023 Abhijeet kumar. All rights reserved.

Licensed under the MIT License.

About

This repository contains resource and example to create a website/app with database using PHP and CSV as backend

License:MIT License


Languages

Language:PHP 41.2%Language:HTML 36.3%Language:CSS 22.5%