PHPackages                             sammyjo20/pokeapi-sdk - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sammyjo20/pokeapi-sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sammyjo20/pokeapi-sdk
=====================

Unofficial PHP SDK for Pokeapi

v2.0.0(2y ago)861MITPHPPHP ^8.1

Since Dec 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Sammyjo20/pokeapi-sdk)[ Packagist](https://packagist.org/packages/sammyjo20/pokeapi-sdk)[ RSS](/packages/sammyjo20-pokeapi-sdk/feed)WikiDiscussions v3 Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (6)Used By (0)

Pokéapi Saloon SDK
==================

[](#pokéapi-saloon-sdk)

This is an example PHP SDK built with [Saloon v3](https://github.com/saloonphp/saloon).

Available Requests
------------------

[](#available-requests)

- `Pokeapi\Requests\GetAllPokemon`
- `Pokeapi\Requests\GetAllItems`

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

[](#installation)

Use Composer to install this SDK

```
composer require sammyjo20/pokeapi-sdk

```

Usage
-----

[](#usage)

Simply call the `send` method with the request class you would like to send. Once sent, a `PokeapiResponse` is returned.

```
