phpokeapi icon indicating copy to clipboard operation
phpokeapi copied to clipboard

A PHP7.1 Wrapper for PokéAPI, with cache and lazy-loading

Results 5 phpokeapi issues
Sort by recently updated
recently updated
newest added

Trying to run the given example in Readme:

There's a workaround in PokeAPI\Client class to address this open issue: https://github.com/PokeAPI/pokeapi/issues/345 That workaround doesn't work correctly for me, either. Possibly because my local pokeapi installation doesn't run on localhost...

to make sure followup request for location_area_encounters is done with an absolute url

Package is currently not compatible with Symfony 5 due to its restricted symfony/cache dependecy. Not much else to add here I guess :) Log output from composer based on symfony5...

Whenever a call to PokeAPI returns an http code different from 200, `Client` attempts to throw a `NetworkException`, which cannot be built due to conflicts with the inherited `\Exception` constructor....