Download the PHP package huntie/laravel-simple-jsonapi without Composer
On this page you can find all versions of the php package huntie/laravel-simple-jsonapi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download huntie/laravel-simple-jsonapi
More information about huntie/laravel-simple-jsonapi
Files in huntie/laravel-simple-jsonapi
Package laravel-simple-jsonapi
Short Description JSON API support for Laravel
License MIT
Homepage https://github.com/huntie/laravel-simple-jsonapi
Informations about the package laravel-simple-jsonapi
laravel-simple-jsonapi
An implementation of the JSON API specification for Laravel, allowing developers to add fully-functional JSON API endpoints to their project with minimal configuration.
This is the 1.0.0-alpha branch – the upcoming major release and documentation are currently in progress.
Features
- Simple API route resource definitions
- A base controller providing full JSON API resource endpoints
- Effortless transformation of Eloquent models and relationships to JSON API documents
- Formatting of error and request validation responses
- Configurable options for includable relationships, pagination and more
- Test assertion helpers
Installation
$ composer require huntie/laravel-simple-jsonapi
See further installation and configuration details in the wiki.
Documentation
All usage information can be found in the wiki.
Contributing
If you discover a problem or have a feature request, please create an issue or feel free to fork this repository and make improvements.
All versions of laravel-simple-jsonapi with dependencies
illuminate/contracts Version >=5.4.0
illuminate/database Version >=5.4.0
illuminate/http Version >=5.4.0
illuminate/pagination Version >=5.4.0
illuminate/routing Version >=5.4.0
illuminate/support Version >=5.4.0
illuminate/validation Version >=5.4.0