Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taoso/tinycrud
tiny tool for CRUD operations
https://github.com/taoso/tinycrud
Last synced: about 2 months ago
JSON representation
tiny tool for CRUD operations
- Host: GitHub
- URL: https://github.com/taoso/tinycrud
- Owner: taoso
- Created: 2014-03-06T01:13:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-02T02:35:42.000Z (about 10 years ago)
- Last Synced: 2024-04-14T19:12:05.194Z (9 months ago)
- Language: PHP
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TinyCRUD
--------
TinyCRUD is an extremely light weight CRUD wrapper for PDO.Install
=======
Use composer to install TinyCRUD.```sh
composer require jlyu/tinycrud
```Usage
=====
coming soon...