{"id":27370056,"url":"https://github.com/pod-point/countries","last_synced_at":"2025-07-16T08:10:14.514Z","repository":{"id":21335205,"uuid":"42046631","full_name":"Pod-Point/countries","owner":"Pod-Point","description":"A little package that provides Laravel and Lumen applications with full and partial lists of countries","archived":false,"fork":false,"pushed_at":"2024-05-23T09:02:52.000Z","size":147,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-06-29T22:17:27.091Z","etag":null,"topics":["countries","currencies","helpers","internationalisation","languages","laravel","software-team"],"latest_commit_sha":null,"homepage":"","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/Pod-Point.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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}},"created_at":"2015-09-07T10:24:40.000Z","updated_at":"2023-11-09T00:15:42.000Z","dependencies_parsed_at":"2024-05-22T17:33:43.206Z","dependency_job_id":"0fbe2c10-82be-403c-bf0a-923a079b7544","html_url":"https://github.com/Pod-Point/countries","commit_stats":{"total_commits":79,"total_committers":16,"mean_commits":4.9375,"dds":0.810126582278481,"last_synced_commit":"59d8021d1c97aa6e7f36e5b946111fbab22df87c"},"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/Pod-Point/countries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pod-Point%2Fcountries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pod-Point%2Fcountries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pod-Point%2Fcountries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pod-Point%2Fcountries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pod-Point","download_url":"https://codeload.github.com/Pod-Point/countries/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pod-Point%2Fcountries/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265495430,"owners_count":23776628,"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":["countries","currencies","helpers","internationalisation","languages","laravel","software-team"],"created_at":"2025-04-13T08:47:49.777Z","updated_at":"2025-07-16T08:10:14.483Z","avatar_url":"https://github.com/Pod-Point.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Internationalisation Package\n\n[![run-tests](https://github.com/Pod-Point/countries/actions/workflows/run-tests.yml/badge.svg)](https://github.com/Pod-Point/countries/actions/workflows/run-tests.yml)\n\nThis package provides Laravel and Lumen applications internationalisation features:\n\n- List of all countries with data such as dialing codes, names, currencies...\n- Limited countries supported by our applications with additional data such as locale, language...\n- Laravel ViewComposers with some data pre-loaded.\n- Facades and helpers for country, currencies and tax rates (VAT).\n- Exchange rates for currencies via OpenExchangeRate's API implementation.\n\nThe countries are indexed using their uppercase ISO codes (alpha2/cca2).\n\n## Installation\n\nYou can install the package via composer:\n\nFor Laravel 5.x and PHP \u003c= 7.1\n```bash\ncomposer require pod-point/countries:^3.0\n```\n\nFor Laravel 6.x and PHP \u003e= 7.2\n```bash\ncomposer require pod-point/countries:^4.0\n```\n\nFor Laravel 7.x or 8.x and PHP \u003e= 7.3\n```bash\ncomposer require pod-point/countries:^5.0\n```\n\nThen, finally, if you're using a Laravel version which doesn't support Auto Discovery, add the service provider to your `config/app.php` providers array:\n\n```php\n'providers' =\u003e [\n    PodPoint\\I18n\\CountriesServiceProvider::class,\n]\n```\n\nIf you're using Lumen, add the following line to your `bootstrap/app.php` file:\n\n```php\n$app-\u003eregister(PodPoint\\I18n\\CountriesServiceProvider::class);\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Licence\n\nThe MIT Licence (MIT). Please see [Licence File](LICENCE.md) for more information.\n\n---\n\n\u003cimg src=\"https://d3h256n3bzippp.cloudfront.net/pod-point-logo.svg\" align=\"right\" /\u003e\n\nTravel shouldn't damage the earth 🌍\n\nMade with ❤️\u0026nbsp;\u0026nbsp;at [Pod Point](https://pod-point.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpod-point%2Fcountries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpod-point%2Fcountries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpod-point%2Fcountries/lists"}