kslimani/geo-list
最新稳定版本:1.0.2
Composer 安装命令:
composer require kslimani/geo-list
包简介
PHP only country-list currency-list and language-list.
README 文档
README
A simple tiny PHP only version of the awesome umpirsky's country-list, currency-list and language-list projects.
This package is used by laravel-geo and the main goal is to reduce dependencies size. (ie: composer download time and size)
Installation
use Composer to add the package to your project's dependencies :
composer require kslimani/geo-list
Quick usage
use Sk\Geo\GeoList; // Get countries for 'en_US' $countries = GeoList::countries('en_US'); // Get currencies for 'en_US' $currencies = GeoList::currencies('en_US'); // Get languages with fallback locale (will fail for "foo_BAR") $languages = GeoList::languages('foo_BAR', 'fr_FR');
统计信息
- 总下载量: 23.34k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-14