mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-26 05:10:21 +00:00
Merge pull request #340 from lmerotta/patch-2
New PHP Wrapper, with lazy-loading and POPOs
This commit is contained in:
commit
fae52a460b
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue