spider API framework

Discussion in 'API' started by neoncat, May 13, 2014.

  1. neoncat

    neoncat Feline Outline

    Here's another PHP framework for processing the CardHunter API. Data is stored ina JSON text file rather than a database, so it's not appropriate for applications which require access to a complete history of battle data. (Those applications should use @Farbs' framework.)

    Essentially, this framework passes battle data in a processing method which operates on that battle alone, plus some small amount of persistent state.
     

    Attached Files:

    Bandreus, Farbs and Flaxative like this.

Share This Page