API request calculator

Job ID: 35806341

Budget: $250 – $750 USD

I need to create a PHP version of API request calculator for the big load of requests being sent.

The calculator should be able to handle huge request amounts, and store request information.

After handling and storing all requests, I should be able to filter out and count requests with provided variables,

- by "endpoint"
- by "provider"
- by "appKey"
- by "version"
- by "time"

E.g. I would send in a request to calculator.php via URL like this:
http://127.0.0.1/calculator.php?provider=local&endpoint=detail&appKey=123456&version=1.0

Then calculator.php does the job.

statistics.php file should be able to handle and display results by query provided,

E.g. http://127.0.0.1/statistics.php?provider=local&endpoint=detail - should show all requests when matching endpoint and provider, and the same with the rest. The time variable should filter requests by time, startTime - finishTime, to display the number of requests fro the specific time range.
Related categories: PHP Software Architecture JSON