### Install Country List Package Source: https://github.com/umpirsky/country-list/blob/master/README.md Install the country-list package using Composer. This command adds the package as a dependency to your PHP project. ```shell composer require umpirsky/country-list ``` -------------------------------- ### Rebuild Country List with Docker Source: https://github.com/umpirsky/country-list/blob/master/README.md Rebuild the country list data using Docker Compose. This is useful for development or when contributing updates to the data source. ```bash $ docker-compose run php /var/www/html/bin/build -v ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.