https://github.com/webong/laravel-apimodel
Create Laravel like Model without database, presuming the external source is a restful API you need to wrap
https://github.com/webong/laravel-apimodel
api api-wrapper laravel model
Last synced: 26 days ago
JSON representation
Create Laravel like Model without database, presuming the external source is a restful API you need to wrap
- Host: GitHub
- URL: https://github.com/webong/laravel-apimodel
- Owner: webong
- Created: 2018-10-29T18:26:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-16T00:29:57.000Z (over 7 years ago)
- Last Synced: 2025-03-02T19:49:35.084Z (over 1 year ago)
- Topics: api, api-wrapper, laravel, model
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laravel-apimodel
Create Laravel like Model without database, presuming the external source is a restful API you need to wrap