10000 GitHub - siberfx/laravel-json-api at v1.0.0
[go: up one dir, main page]

Skip to content

siberfx/laravel-json-api

Repository files navigation

Tests

JSON:API for Web Artisans

Implement feature-rich JSON:API compliant APIs in your Laravel applications. Build your next standards-compliant API today.

Documentation

See our website, laraveljsonapi.io

Installation

Install using Composer

composer require laravel-json-api/laravel

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:

composer require laravel-json-api/laravel --no-update
composer require laravel-json-api/testing --dev --no-update
composer up laravel-json-api/* cloudcreativity/json-api-testing

Example Application

To view an example Laravel application that uses this package, see the Dummy Application within the tests folder.

License

Laravel JSON:API is open-sourced software licensed under the Apache 2.0 License.

About

JSON:API for Laravel applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%
0