PHPackages                             dsbilling/phpokeapi - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. dsbilling/phpokeapi

AbandonedArchivedLibrary[API Development](/categories/api)

dsbilling/phpokeapi
===================

A PHP Wrapper for PokéAPI, with cache and lazy-loading

06PHPCI failing

Since Dec 29Pushed 3y agoCompare

[ Source](https://github.com/dsbilling/phpokeapi)[ Packagist](https://packagist.org/packages/dsbilling/phpokeapi)[ RSS](/packages/dsbilling-phpokeapi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHPokéAPI
=========

[](#phpokéapi)

A PHP wrapper for PokéAPI. This package offers the possibility to query the majority of the PokéAPI endpoints (see exceptions below). It supports caching of responses and lazy-loading relations.

Installation
------------

[](#installation)

```
composer require dsbilling/phpokeapi
```

Basic Usage
-----------

[](#basic-usage)

Use`PokeAPI\Client` to query the endpoints directly through the named methods.

```
