laravel-json-api maintained by skore-labs
Description
Integrate JSON:API resources on Laravel
Author
Last update
2022/08/26 12:42
(dev-master)
License
Downloads
653
Tags
Last update
2022/08/26 12:42
License
Require
- illuminate/http ^6.0|^8.0|^9.0
- illuminate/support ^6.0|^8.0|^9.0
- php ^7.2|^8.0|^8.1
Last update
2022/08/26 12:42
License
Require
- php ^7.2|^8.0|^8.1
- illuminate/http ^6.0|^8.0|^9.0
- illuminate/support ^6.0|^8.0|^9.0
Last update
2022/07/15 22:20
License
Require
- php ^7.2|^8.0|^8.1
- illuminate/http ^6.0|^8.0|^9.0
- illuminate/support ^6.0|^8.0|^9.0
Last update
2022/06/17 16:20
License
Require
- php ^7.2|^8.0|^8.1
- illuminate/http ^6.0|^8.0|^9.0
- illuminate/support ^6.0|^8.0|^9.0
Last update
2022/04/06 13:54
License
Require
- php ^7.2|^8.0|^8.1
- illuminate/http ^6.0|^8.0|^9.0
- illuminate/support ^6.0|^8.0|^9.0
Last update
2022/03/22 14:40
License
Require
- php ^7.2|^8.0|^8.1
- illuminate/http ^6.0|^8.0|^9.0
- illuminate/support ^6.0|^8.0|^9.0
Last update
2022/02/18 10:26
License
Require
- php ^7.2|^8.0|^8.1
- illuminate/http ^6.0|^8.0|^9.0
- illuminate/support ^6.0|^8.0|^9.0
Last update
2022/02/17 19:52
License
Require
- php ^7.2|^8.0|^8.1
- illuminate/http ^6.0|^8.0|^9.0
- illuminate/support ^6.0|^8.0|^9.0
Last update
2022/02/12 00:13
License
Require
- php ^7.2|^8.0|^8.1
- illuminate/http ^6.0|^8.0|^9.0
- illuminate/support ^6.0|^8.0|^9.0
Last update
2022/01/14 15:44
License
Require
- php ^7.2|^8.0
- illuminate/http ^6.0|^8.0|^9.0
- illuminate/support ^6.0|^8.0|^9.0
- laravel/framework 9.*
- orchestra/testbench 7.*
Last update
2021/10/29 10:28
License
Require
- php ^7.2|^8.0
- illuminate/http ^6.0|^8.0
- illuminate/support ^6.0|^8.0
Last update
2021/01/20 12:40
License
Require
- php ^7.2|^8.0
- illuminate/http ^6.0|^7.0|^8.0
- illuminate/support ^6.0|^7.0|^8.0
Last update
2020/11/30 11:52
License
Require
- php ^7.2
- illuminate/http ^6.0|^7.0|^8.0
- illuminate/support ^6.0|^7.0|^8.0
Last update
2020/11/11 17:18
License
Require
- php ^7.1
- illuminate/http ~5.5.0|^6.0|^7.0
- illuminate/support ~5.5.0|^6.0|^7.0
Last update
2020/07/02 16:08
License
Require
- php ^7.1
- illuminate/http ~5.5.0|^6.0|^7.0
- illuminate/support ~5.5.0|^6.0|^7.0
Last update
2020/04/21 17:49
License
Require
- php ^7.1
- illuminate/http ~5.5.0|^6.0|^7.0
- illuminate/support ~5.5.0|^6.0|^7.0
Last update
2019/09/10 15:40
License
Require
- php ^7.1
- illuminate/http ~5.6.0|~5.7.0|~5.8.0|^6.0
- illuminate/support ~5.6.0|~5.7.0|~5.8.0|^6.0
Last update
2019/09/10 15:28
License
Require
- php ^7.1
- illuminate/http ~5.6.34|^6.0
- illuminate/support ~5.6.34|^6.0
Last update
2019/09/05 15:29
License
Require
- php ^7.1
- illuminate/http ~5.6.34|~5.7.0|~5.8.0
- illuminate/support ~5.6.34|~5.7.0|~5.8.0
Last update
2019/08/28 11:13
License
Require
- php ^7.1
- illuminate/http ~5.6.34|~5.7.0|~5.8.0
- illuminate/support ~5.6.34|~5.7.0|~5.8.0
Last update
2019/08/16 12:46
License
Require
- php ^7.1
- illuminate/http ~5.6.34|~5.7.0|~5.8.0
- illuminate/support ~5.6.34|~5.7.0|~5.8.0
Last update
2019/08/05 16:38
License
Require
- php ^7.1
- illuminate/http ~5.6.34|~5.7.0|~5.8.0
- illuminate/support ~5.6.34|~5.7.0|~5.8.0
Last update
2019/07/30 15:47
License
Require
- php ^7.1
- illuminate/http ~5.6.34|~5.7.0|~5.8.0
- illuminate/support ~5.6.34|~5.7.0|~5.8.0
Last update
2019/07/29 18:24
License
Require
- php ^7.1
- illuminate/http ~5.6.34|~5.7.0|~5.8.0
- illuminate/support ~5.6.34|~5.7.0|~5.8.0

THIS PACKAGE IS GONNA BE DEPRECATED IN FAVOUR OF THIS ONE: https://github.com/open-southeners/laravel-apiable
Integrate JSON:API resources on Laravel.
Features
- Compatible and tested with all the Laravel LTS supported versions (see them here)
- Full formatting using pure built-in model methods and properties.
- Relationships and nested working with eager loading.
- Permissions "out-of-the-box" authorising each resource view or list of resources.
- Auto-hide not allowed attributes from responses like
user_idorpost_id. - Own testing utilities built-in Laravel's ones to make integration tests easier.
Documentation
Credits
- Ruben Robles (@d8vjork)
- Skore (https://www.getskore.com/)
- And all the contributors