Download the PHP package laravel-json-api/laravel without Composer
On this page you can find all versions of the php package laravel-json-api/laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download laravel-json-api/laravel
More information about laravel-json-api/laravel
Files in laravel-json-api/laravel
Package laravel
Short Description JSON:API for Laravel applications.
License MIT
Homepage https://github.com/laravel-json-api/laravel
Informations about the package laravel
JSON:API for Web Artisans
Implement feature-rich JSON:API compliant APIs in your Laravel applications. Build your next standards-compliant API today.
Why use JSON:API and Laravel JSON:API?
Great question! Here's some reasons from this excellent article by Denisa Halmaghi:
Why Use JSON:API?
- Standardised, consistent APIs.
- Feature rich - some of which are: sparse fieldsets (only fetch the fields you need), filtering, sorting, pagination, eager loading for relationships (includes, which solve the N+1 problem).
- Easy to understand.
Why use Laravel JSON:API?
- Saves a lot of development time.
- Highly maintainable code.
- Great, extensive documentation.
- Strong conventions, but also highly customisable.
- Makes use of native Laravel features such as policies and form requests to make the shift easier for developers.
- Beautiful, expressive Nova-style schemas.
- Fully testable via expressive test helpers.
Documentation
See our website, laraveljsonapi.io
Tutorial
New to JSON:API and/or Laravel JSON:API? Then the Laravel JSON:API tutorial is a great way to learn!
Follow the tutorial to build a blog application with a JSON:API compliant API.
Installation
Install using Composer
See our documentation for further installation instructions.
Upgrading
When upgrading you typically want to upgrade this package and all our related packages. This is the recommended way:
Example Application
To view an example Laravel application that uses this package, see the Tutorial Application.
License
Laravel JSON:API is open-sourced software licensed under the MIT License.
All versions of laravel with dependencies
ext-json Version *
laravel-json-api/core Version ^5.0.1
laravel-json-api/eloquent Version ^4.4
laravel-json-api/encoder-neomerx Version ^4.1
laravel-json-api/exceptions Version ^3.1
laravel-json-api/spec Version ^3.1
laravel-json-api/validation Version ^4.2
laravel/framework Version ^11.0