https://github.com/kalaomer/kahire
REST Framework for Laravel
https://github.com/kalaomer/kahire
Last synced: about 2 months ago
JSON representation
REST Framework for Laravel
- Host: GitHub
- URL: https://github.com/kalaomer/kahire
- Owner: kalaomer
- License: mit
- Created: 2015-12-26T22:55:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-17T21:31:26.000Z (over 8 years ago)
- Last Synced: 2024-04-03T15:02:28.951Z (about 1 year ago)
- Language: PHP
- Homepage: https://kahire.readme.io/
- Size: 87.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.txt
Awesome Lists containing this project
- stars - kalaomer/kahire - REST Framework for Laravel (PHP)
README
## Kahire
REST Framework for Laravel. This framework inspired by [django-rest-framework](https://github.com/tomchristie/django-rest-framework).
### Installation
```
composer require kahire/kahire
```### TODO
- Prepare useful fields.
- [X] FileField
- [ ] ChoiceField
- [X] DateTimeField
- [ ] FloatField
- [X] Serializer.
- [X] Viewset.
- [ ] Documentation.