{"id":15698195,"url":"https://github.com/dcblogdev/laravel-countries","last_synced_at":"2025-08-14T11:37:44.408Z","repository":{"id":56964048,"uuid":"170597804","full_name":"dcblogdev/laravel-countries","owner":"dcblogdev","description":"A Laravel countries list package","archived":false,"fork":false,"pushed_at":"2021-12-07T23:05:50.000Z","size":18,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-20T09:38:40.733Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcblogdev.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":".github/FUNDING.yml","license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["dcblogdev"]}},"created_at":"2019-02-13T23:57:16.000Z","updated_at":"2025-02-10T04:17:17.000Z","dependencies_parsed_at":"2022-08-21T05:40:20.248Z","dependency_job_id":null,"html_url":"https://github.com/dcblogdev/laravel-countries","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcblogdev%2Flaravel-countries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcblogdev%2Flaravel-countries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcblogdev%2Flaravel-countries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcblogdev%2Flaravel-countries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcblogdev","download_url":"https://codeload.github.com/dcblogdev/laravel-countries/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252034235,"owners_count":21684099,"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":[],"created_at":"2024-10-03T19:23:50.711Z","updated_at":"2025-05-08T22:21:59.602Z","avatar_url":"https://github.com/dcblogdev.png","language":"PHP","funding_links":["https://github.com/sponsors/dcblogdev"],"categories":[],"sub_categories":[],"readme":"[![Latest Version on Packagist](https://img.shields.io/packagist/v/dcblogdev/laravel-countries.svg?style=flat-square)](https://packagist.org/packages/dcblogdev/laravel-countries)\n[![Total Downloads](https://img.shields.io/packagist/dt/dcblogdev/laravel-countries.svg?style=flat-square)](https://packagist.org/packages/dcblogdev/laravel-countries)\n\n![Logo](https://repository-images.githubusercontent.com/170597804/0b789d80-49be-11eb-9cdc-702ab39dfb88)\n\nA Laravel countries list package\n\n## Installation\n\nVia Composer\n\n```\ncomposer require dcblogdev/laravel-countries\n```\n\nIn Laravel 5.5 the service provider will automatically get registered. In older versions of the framework just add the service provider in config/app.php file:\n\n```php\n'providers' =\u003e [\n    // ...\n    Dcblogdev\\Countries\\CountriesServiceProvider::class,\n];\n```\n\n## Usage\n\nIn a controller import the class:\n\n```php\nuse Dcblogdev\\Countries\\Facades\\Countries;\n```\n\nIn a view or closure call the facade:\n\nThis will return an object of countries\n\n```php\nCountries::all();\n```\n \n## Change log\n\nPlease see the [changelog](changelog.md) for more information on what has changed recently.\n\n\n## Contributing\n\nContributions are welcome and will be fully credited.\n\nContributions are accepted via Pull Requests on [Github](https://github.com/dcblogdev/laravel-countries).\n\n## Pull Requests\n\n- **Document any change in behaviour** - Make sure the `readme.md` and any other relevant documentation are kept up-to-date.\n\n- **Consider our release cycle** - We try to follow [SemVer v2.0.0](http://semver.org/). Randomly breaking public APIs is not an option.\n\n- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.\n\n## Security\n\nIf you discover any security related issues, please email dave@daveismyname.com email instead of using the issue tracker.\n\n## License\n\nlicense. Please see the [license file](license.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcblogdev%2Flaravel-countries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcblogdev%2Flaravel-countries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcblogdev%2Flaravel-countries/lists"}