Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/svpernova09/rfid-php-crud

PHP CRUD to administer local sqlite database
https://github.com/svpernova09/rfid-php-crud

Last synced: about 1 month ago
JSON representation

PHP CRUD to administer local sqlite database

Awesome Lists containing this project

README

        

rfid-php-crud

Requirements
===

* PHP5
* SQLite database

Purpose
===
This is designed to be stupid simple, yet functional code to manipulate a sqlite database.

Installation
===

* Rename config/config-sample.php to config/config.php
* $debug will print out various status / variable contents
* Set the path to your sqlite database in $database_path
* Set the name of your sqlite database in $database_name