alzpk/restcountries-php-api-wrapper

Restcountries.com API PHP 封装

1.0.1 2022-07-25 15:53 UTC

This package is auto-updated.

Last update: 2024-09-25 20:26:16 UTC


README

要求

{
  "php": "^7.4|^8.0",
  "guzzlehttp/guzzle": "^7.4",
  "ext-json": "*"
}

安装

composer require alzpk/restcountries-php-api-wrapper

使用示例

$client = new \Alzpk\RestCountriesPhpApiWrapper\RestCountriesClient();

// Fetch all countries
$countries = $client->all();

// Fetch countries by searching names
$countries = $client->searchByName('Denmark');

客户端映射

更多信息

更多信息请访问 https://github.com/amatosg/restcountries