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

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

Awesome Lists containing this project

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.