Skip to content

Commit ee3fdef

Browse files
committed
Laravel Resource Reducer
1 parent 30ffdaa commit ee3fdef

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

99
Laravel 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

1919
A 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

0 commit comments

Comments
 (0)