This helps me very much and saves me time.
But I have a problem with this project, It was H2H Pagination.
The API returns h2h results with pagination info. So I need to navigate all h2h results.
But this project doesn't support H2H Pagination.
So I made a small change to this project.
I hope @hristonev to make changes, please.
What I did is very simple.
In Head2Head.php file, I added, "use NextPage;".
After that, added "$params = array_merge($params, self::$param);" before "return statement of get method".
That's all.
Hi, thanks for your good project.
This helps me very much and saves me time. But I have a problem with this project, It was H2H Pagination.
The API returns h2h results with pagination info. So I need to navigate all h2h results. But this project doesn't support H2H Pagination.
So I made a small change to this project. I hope @hristonev to make changes, please.
What I did is very simple. In Head2Head.php file, I added,
"use NextPage;
". After that, added"$params = array_merge($params, self::$param);"
before "return statement of get method". That's all.Thanks. Best regards.