Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecodeholic/phpsimplecrud-fs
Simple PHP CRUD application with data saved in JSON file
https://github.com/thecodeholic/phpsimplecrud-fs
learnphp php phpcrud phpcrudwithjson
Last synced: about 2 months ago
JSON representation
Simple PHP CRUD application with data saved in JSON file
- Host: GitHub
- URL: https://github.com/thecodeholic/phpsimplecrud-fs
- Owner: thecodeholic
- Created: 2019-03-05T11:47:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T05:55:30.000Z (almost 6 years ago)
- Last Synced: 2023-02-28T22:31:39.195Z (almost 2 years ago)
- Topics: learnphp, php, phpcrud, phpcrudwithjson
- Language: PHP
- Homepage: https://youtu.be/DWHZSkn5paQ
- Size: 22.5 KB
- Stars: 39
- Watchers: 9
- Forks: 35
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHPSimpleCRUD-FS
Simple PHP CRUD application with data saved in JSON file## Features
- Read users JSON file and display data in bootstrap table
- Implement create and update forms for a user
- Implement delete user functionality
- Add image uploading functionality to every user
- Implement form validation and do not submit form on invalid dataThe project was created while recording [youtube video](https://youtu.be/DWHZSkn5paQ)