avto-dev/static-references-data
最新稳定版本:v3.20.0
Composer 安装命令:
composer require avto-dev/static-references-data
包简介
Data for static references
关键字:
README 文档
README
Static references data
This repository contains regularly updated static references data.
Install
Using composer
Require this package with composer using the following command:
$ composer require avto-dev/static-references-data "^3.2"
Installed
composeris required (how to install composer).
You need to fix the major version of package.
After that you can read references data using following methods:
use AvtoDev\StaticReferencesData\StaticReferencesData; StaticReferencesData::cadastralDistricts(); StaticReferencesData::subjectCodes(); StaticReferencesData::vehicleFineArticles(); StaticReferencesData::vehicleRegistrationActions(); StaticReferencesData::vehicleRepairMethods(); StaticReferencesData::vehicleCategories(); StaticReferencesData::vehicleTypes();
Using CDN
You can use HTTP for fetching references data using jsdelivr.com. Just open in your browser this link and find required file. More documentation can be found here.
Testing
For package testing we use phpunit framework and docker-ce + docker-compose as develop environment. So, just write into your terminal after repository cloning:
$ make build $ make latest # or 'make lowest' $ make test
Changes log
Changes log can be found here.
Support
If you will find any package errors, please, make an issue in current repository.
License
This is open-sourced software licensed under the MIT License.
统计信息
- 总下载量: 37.66k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-19