setApiKey('api_key', 'YOUR_API_KEY'); $api = new PetApi(new Client(), $config); $pet = $api->getPetById(56); var_dump($pet);