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

https://github.com/sgpinkus/mockcrudfmodels


https://github.com/sgpinkus/mockcrudfmodels

Last synced: about 2 months ago
JSON representation

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.