Download the PHP package sammyjo20/pokeapi-sdk without Composer
On this page you can find all versions of the php package sammyjo20/pokeapi-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package pokeapi-sdk
Pokéapi Saloon SDK
This is an example PHP SDK built with Saloon v3.
Available Requests
Pokeapi\Requests\GetAllPokemon
Pokeapi\Requests\GetAllItems
Installation
Use Composer to install this SDK
Usage
Simply call the send
method with the request class you would like to send. Once sent, a PokeapiResponse
is returned.
Paginated Results
You may prefer to retrieve all the results from the paginated requests by using the paginate
method on the SDK.
All versions of pokeapi-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
saloonphp/saloon Version ^3.0.0-beta.7
saloonphp/pagination-plugin Version ^2.0.0-beta.3
saloonphp/saloon Version ^3.0.0-beta.7
saloonphp/pagination-plugin Version ^2.0.0-beta.3
The package sammyjo20/pokeapi-sdk contains the following files
Loading the files please wait ....