Merge pull request #340 from lmerotta/patch-2

New PHP Wrapper, with lazy-loading and POPOs
This commit is contained in:
Alessandro Pezzè 2018-06-04 13:31:26 +02:00 committed by GitHub
commit fae52a460b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -51,6 +51,7 @@ Ask your company to also support this open source project by [becoming a sponsor
* Java/Kotlin [PokeAPI/pokekotlin](https://github.com/PokeAPI/pokekotlin)
* Python [GregHilmes/pokebase](https://github.com/GregHilmes/pokebase) | _Auto caching_
* Python V1 APIs [PokeAPI/pykemon](https://github.com/PokeAPI/pykemon)
* PHP [lmerotta/phpokeapi](https://github.com/lmerotta/phpokeapi) | _Auto caching, lazy-loading_
## DEPRECATION

View file

@ -152,6 +152,7 @@
<li><b>.NET (C#, VB, etc)</b> - <a href="https://gitlab.com/PoroCYon/PokeApi.NET">PokeApi.NET</a> by PoroCYon</li>
<li><b>Swift</b> - <a href="https://github.com/ContinuousLearning/PokemonKit">PokemonKit</a> by darkcl</li>
<li><b>PHP</b> - <a href="https://github.com/danrovito/pokephp">PokePHP</a> by Dan Rovito</li>
<li><b>PHP</b> - <a href="https://github.com/lmerotta/phpokeapi">PHPokéAPI</a> by lmerotta</li>
</ul>
{% markdown %}