File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 44[ ![ codecov] ( https://codecov.io/gh/shipsaas/laravel-resource-reducer/graph/badge.svg?token=alt8CdVUg1 )] ( https://codecov.io/gh/shipsaas/laravel-resource-reducer )
55
66
7- Ever thinking about how to speed up your application by optimizing the response?
7+ Ever thinking about how to speed up your application by optimizing the response? 👀
88
99Laravel Resource Reducer helps you to optimize every API request by:
1010
@@ -18,17 +18,19 @@ Laravel Resource Reducer helps you to optimize every API request by:
1818
1919A simple yet super effective method to skyrocketing your API responding times 🥰
2020
21- > If you know about GraphQL query, in order to query for data, we need to define which _ fields_ we want to get
22- in our context.
21+ > If you know about GraphQL, To query for data, we need to define which _ fields_ we want to retrieve.
22+ > Laravel Resource Reducer is heavily inspired from GraphQL approach. ❤️
2323
2424## Supports
2525- Laravel 10+
2626- PHP 8.2+
2727
2828### Compatibility
29- - Single Model ✅
30- - Collection of Models ✅
31- - Pagination ✅ (🟡 you need to use ` Resource::collection ` for the time being)
29+ - Single Eloquent Model ✅
30+ - Collection of Eloquent Models ✅
31+ - Pagination ✅ (🟡 we have to use ` Resource::collection ` for the time being)
32+ - (Planned) Collection of Arrays
33+ - (Planned) Collection of Objects
3234
3335## Installation
3436
You can’t perform that action at this time.
0 commit comments