Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/svpernova09/rfid-php-crud
- Owner: svpernova09
- License: mit
- Created: 2013-06-30T19:47:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T00:01:47.000Z (over 7 years ago)
- Last Synced: 2024-10-11T15:45:27.311Z (4 months ago)
- Language: PHP
- Size: 348 KB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rfid-php-crud
Requirements
===* PHP5
* SQLite databasePurpose
===
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