Recommend this page to a friend! |
All requests | > | What is the best PHP cache api respon... | > | Request new recommendation | > | Featured requests | > | No recommendations |
by nourmajed - 4 years ago (2020-03-10)
+1 | I need a class to cache a REST API response and use it dynamically through Web pages. |
0 | by Manuel Lemos 23900 - 4 years ago (2020-03-15) Comment I think you can use any general data caching class. Try this one that has been updated recently and seems to works in most current PHP versions being used. |
1. by Yandrey Arias - 4 years ago (2020-03-19) Reply
I need do api rest for my web site
2. by Manuel Lemos - 4 years ago (2020-03-19) in reply to comment 1 by Yandrey Arias Reply
Just get the response of such API into a string and pass that string to the cache class.
Recommend package | |
|