{"id":21341440,"url":"https://github.com/avto-dev/static-references-data","last_synced_at":"2025-10-05T13:26:22.842Z","repository":{"id":44687673,"uuid":"107537038","full_name":"avto-dev/static-references-data","owner":"avto-dev","description":"Data for static references","archived":false,"fork":false,"pushed_at":"2024-02-22T06:21:16.000Z","size":242,"stargazers_count":1,"open_issues_count":1,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-02T09:09:37.076Z","etag":null,"topics":["data","references","static"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avto-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-10-19T11:23:08.000Z","updated_at":"2023-09-08T17:31:25.000Z","dependencies_parsed_at":"2024-02-20T07:48:13.900Z","dependency_job_id":null,"html_url":"https://github.com/avto-dev/static-references-data","commit_stats":{"total_commits":89,"total_committers":16,"mean_commits":5.5625,"dds":0.5168539325842696,"last_synced_commit":"6c5b9abcc8b2e0923ce37cc7fcbb7a1e1e082f26"},"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avto-dev%2Fstatic-references-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avto-dev%2Fstatic-references-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avto-dev%2Fstatic-references-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avto-dev%2Fstatic-references-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avto-dev","download_url":"https://codeload.github.com/avto-dev/static-references-data/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225824750,"owners_count":17529906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data","references","static"],"created_at":"2024-11-22T00:56:52.723Z","updated_at":"2025-10-05T13:26:17.792Z","avatar_url":"https://github.com/avto-dev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"logo\" src=\"https://habrastorage.org/webt/59/e8/90/59e89034d07c7166044069.png\" width=\"100\" height=\"100\" /\u003e\n\u003c/p\u003e\n\n# Static references data\n\n[![Version][badge_packagist_version]][link_packagist]\n[![PHP Version][badge_php_version]][link_packagist]\n[![Build Status][badge_build_status]][link_build_status]\n[![Coverage][badge_coverage]][link_coverage]\n[![Downloads count][badge_downloads_count]][link_packagist]\n[![License][badge_license]][link_license]\n\nThis repository contains regularly updated static references data.\n\n## Install\n\n### Using `composer`\n\nRequire this package with composer using the following command:\n\n```shell\n$ composer require avto-dev/static-references-data \"^3.2\"\n```\n\n\u003e Installed `composer` is required ([how to install composer][getcomposer]).\n\n\u003e You need to fix the major version of package.\n\nAfter that you can read references data using following methods:\n\n```php\nuse AvtoDev\\StaticReferencesData\\StaticReferencesData;\n\nStaticReferencesData::cadastralDistricts();\nStaticReferencesData::subjectCodes();\nStaticReferencesData::vehicleFineArticles();\nStaticReferencesData::vehicleRegistrationActions();\nStaticReferencesData::vehicleRepairMethods();\nStaticReferencesData::vehicleCategories();\nStaticReferencesData::vehicleTypes();\n```\n\n### Using CDN\n\n[![](https://data.jsdelivr.com/v1/package/gh/avto-dev/static-references-data/badge)](https://www.jsdelivr.com/package/gh/avto-dev/static-references-data)\n\nYou can use HTTP for fetching references data using [jsdelivr.com](https://jsdelivr.com). Just open in your browser **[this link](https://www.jsdelivr.com/package/gh/avto-dev/static-references-data?path=data)** and find required file. More documentation [can be found here](https://jsdelivr.com/features#gh).\n\n### Testing\n\nFor package testing we use `phpunit` framework and `docker-ce` + `docker-compose` as develop environment. So, just write into your terminal after repository cloning:\n\n```shell\n$ make build\n$ make latest # or 'make lowest'\n$ make test\n```\n\n## Changes log\n\n[![Release date][badge_release_date]][link_releases]\n[![Commits since latest release][badge_commits_since_release]][link_commits]\n\nChanges log can be [found here][link_changes_log].\n\n## Support\n\n[![Issues][badge_issues]][link_issues]\n[![Issues][badge_pulls]][link_pulls]\n\nIf you will find any package errors, please, [make an issue][link_create_issue] in current repository.\n\n## License\n\nThis is open-sourced software licensed under the [MIT License][link_license].\n\n[badge_packagist_version]:https://img.shields.io/packagist/v/avto-dev/static-references-data.svg?maxAge=180\n[badge_php_version]:https://img.shields.io/packagist/php-v/avto-dev/static-references-data.svg?longCache=true\n[badge_build_status]:https://img.shields.io/github/actions/workflow/status/avto-dev/static-references-data/tests.yml\n[badge_coverage]:https://img.shields.io/codecov/c/github/avto-dev/static-references-data/master.svg?maxAge=60\n[badge_downloads_count]:https://img.shields.io/packagist/dt/avto-dev/static-references-data.svg?maxAge=180\n[badge_license]:https://img.shields.io/packagist/l/avto-dev/static-references-data.svg?longCache=true\n[badge_release_date]:https://img.shields.io/github/release-date/avto-dev/static-references-data.svg?style=flat-square\u0026maxAge=180\n[badge_commits_since_release]:https://img.shields.io/github/commits-since/avto-dev/static-references-data/latest.svg?style=flat-square\u0026maxAge=180\n[badge_issues]:https://img.shields.io/github/issues/avto-dev/static-references-data.svg?style=flat-square\u0026maxAge=180\n[badge_pulls]:https://img.shields.io/github/issues-pr/avto-dev/static-references-data.svg?style=flat-square\u0026maxAge=180\n[link_releases]:https://github.com/avto-dev/static-references-data/releases\n[link_packagist]:https://packagist.org/packages/avto-dev/static-references-data\n[link_build_status]:https://github.com/avto-dev/static-references-data/actions\n[link_coverage]:https://codecov.io/gh/avto-dev/static-references-data/\n[link_changes_log]:https://github.com/avto-dev/static-references-data/blob/master/CHANGELOG.md\n[link_issues]:https://github.com/avto-dev/static-references-data/issues\n[link_create_issue]:https://github.com/avto-dev/static-references-data/issues/new/choose\n[link_commits]:https://github.com/avto-dev/static-references-data/commits\n[link_pulls]:https://github.com/avto-dev/static-references-data/pulls\n[link_license]:https://github.com/avto-dev/static-references-data/blob/master/LICENSE\n[getcomposer]:https://getcomposer.org/download/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favto-dev%2Fstatic-references-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favto-dev%2Fstatic-references-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favto-dev%2Fstatic-references-data/lists"}