ghaffaru/ghcities-php

用于处理加纳城市的PHP包

1.1.0 2022-06-14 16:22 UTC

This package is auto-updated.

Last update: 2024-09-14 21:31:10 UTC


README

Latest Stable Version Total Downloads License

一个用于处理加纳城市的PHP包!

安装

您可以通过composer安装此包

composer require ghaffaru/ghcities-php

用法

获取加纳的所有地区

$regions = \Ghaffaru\GhCities\Region::all();

获取加纳的所有城市

$cities = \Ghaffaru\GhCities\City::all();

获取某个地区的城市

$cities = \Ghaffaru\GhCities\Region::getCities('Ahafo');

测试

composer test

贡献

请参阅CONTRIBUTING以获取详细信息。

致谢

  • Oliver 编译了cities.json文件

许可

MIT许可(MIT)。有关更多信息,请参阅许可文件