{"id":21810697,"url":"https://github.com/samdark/intl-icu-data-tables","last_synced_at":"2025-08-30T16:37:42.618Z","repository":{"id":142584184,"uuid":"47872116","full_name":"samdark/intl-icu-data-tables","owner":"samdark","description":"PHP intl extension, ICU data tables","archived":false,"fork":false,"pushed_at":"2024-10-23T11:38:41.000Z","size":60,"stargazers_count":37,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-27T11:52:41.671Z","etag":null,"topics":["cldr","hacktoberfest","icu","intl","php","php-intl","yii"],"latest_commit_sha":null,"homepage":"http://intl.rmcreative.ru/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samdark.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"samdark","patreon":"samdark"}},"created_at":"2015-12-12T09:23:48.000Z","updated_at":"2025-03-15T20:58:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed4adfed-2a83-40ac-b1d3-8c7281cf7aa6","html_url":"https://github.com/samdark/intl-icu-data-tables","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samdark/intl-icu-data-tables","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdark%2Fintl-icu-data-tables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdark%2Fintl-icu-data-tables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdark%2Fintl-icu-data-tables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdark%2Fintl-icu-data-tables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samdark","download_url":"https://codeload.github.com/samdark/intl-icu-data-tables/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdark%2Fintl-icu-data-tables/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272878209,"owners_count":25008340,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cldr","hacktoberfest","icu","intl","php","php-intl","yii"],"created_at":"2024-11-27T13:37:15.450Z","updated_at":"2025-08-30T16:37:42.601Z","avatar_url":"https://github.com/samdark.png","language":"PHP","funding_links":["https://github.com/sponsors/samdark","https://patreon.com/samdark"],"categories":[],"sub_categories":[],"readme":"# PHP intl extension, ICU data tables\n\nLive version is available at [http://intl.rmcreative.ru/](http://intl.rmcreative.ru/).\n\nThe project was created to simplify checking out various PHP intl / ICU / CLDR data which is mainly used in translation\nstrings without the need to check different websites and search huge data tables for locale you need.\n\nInstead, you can enter locale code and get all the info for just that locale right away.\n\n## What's currently displayed\n\n- General locale info.\n- Plural rules. Also [available via CLDR website](http://www.unicode.org/cldr/charts/27/supplemental/language_plural_rules.html).\n- Numbering schemas. Not available anywhere but ICU resource sources which aren't too user-friendly to read.\n- Number formatting rules and data.\n- Currency data.\n- Language data.\n- Region data.\n- Zone data.\n- Unit data.\n\n## Are examples broken?\n\nThere are [known issues](https://bugs.php.net/bug.php?id=70484) with PHP intl extension regarding usage of named\nparameters such as `{n}`. The Severity of issues depends on PHP and intl versions used.\nThe primary goal of the project is to serve as an info source for using with\n[Yii 2.0 framework](http://www.yiiframework.com/) which provides wrapper around intl allowing usage of named parameters in all possible cases.\n\nIf you're not using Yii, try positional placeholders such as `{0}` instead.\n\n# Directory structure\n\n    assets/             contains assets definition\n    config/             contains application configurations\n    controllers/        contains Web controller classes\n    runtime/            contains files generated during runtime\n    vendor/             contains dependent 3rd-party packages\n    views/              contains view files for the Web application\n    public/             contains the entry script and Web resources\n\n# Requirements\n\nThe minimum requirement by this project that your Web server supports PHP 5.4.0 with mbstring and intl extensions.\n\n# Using Docker\n\nCopy `/config/csrf_key.php.example` to `/config/csrf_key.php`. Paste validation key there.\n\n## Run a dev instance\n\n```sh\nmake up\n```\n\nAccess it at [http://localhost/](http://localhost/).\n\n## Build production image and push it\n\n```sh\nmake build\nmake push\n```\n\n## Deploy to production\n\n```sh\nmake deploy\n```\n\n# Local installation\n\n1. Download zip.\n2. Copy `/config/csrf_key.php.example` to `/config/csrf_key.php`. Paste validation key there.\n3. Run `composer global require \"fxp/composer-asset-plugin:~1.1.0\" \u0026\u0026 composer install`.\n4. Configure your webserver to point to `/web`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamdark%2Fintl-icu-data-tables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamdark%2Fintl-icu-data-tables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamdark%2Fintl-icu-data-tables/lists"}