These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

EvE API Proxy [PHP]

Author
Controller Vrelk
The Scope
Gallente Federation
#1 - 2012-05-13 01:37:39 UTC  |  Edited by: Controller Vrelk
This PHP script is a caching proxy for the EvE API Server, it will cache requests for the cache time that the CCP server uses so you can request the same API info as frequently as you like without the CCP server requests/time limit.

This is an updated version of eproxy by Isidien Madcap, it now supports the new API system along with a few extra features.

I also added analytics so you can track api calls per user (can be disabled). Just follow the instructions and put any username you wish in the url and you can view the number of calls and bandwidth used for anything that uses the username you put in the url. (I chose this over IP as it would reset for people that have a dynamic IP)

Download and setup instructions located at:
https://bitbucket.org/compuwiz/eve-api-proxy/wiki/Home


If you have any questions of comments, let me know here.