https://github.com/sgpinkus/mockcrudfmodels
https://github.com/sgpinkus/mockcrudfmodels
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sgpinkus/mockcrudfmodels
- Owner: sgpinkus
- Created: 2019-07-30T00:19:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T00:26:12.000Z (almost 6 years ago)
- Last Synced: 2025-02-13T14:18:04.093Z (4 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TestModels
This repository contains a mock up of a PHP model wrapper useful for mocking an end point. A "model" here is effectively a wrapper over collection of related objects, that is id indexed, supprt CRUDF by implementing create, read, update, delete, find methods, and generally presumed peristent (like a Mongo collection or relation DB table). This mock up is not peristent.