openrun / restcountries
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.0.0
- ext-json: *
- guzzlehttp/guzzle: ^6.3@dev
- kevinlebrun/colors.php: 1.0.*
- phpunit/phpunit: 7
This package is auto-updated.
Last update: 2025-03-29 01:10:08 UTC
README
Installation
Copy repository to your local folder and run command
$ composer install
or install through packagist:
$ composer create-project openrun/restcountries --stability dev
Task Description
To create a PHP application that will list all the countries which speaks the same language or checks if given two countries speak the same language by using open rest api:
Requirements:
[-] Php application should be executable from console by giving country name as parameter:
$ php index.php Spain
[Output]
Country language code: es
Spain speaks same language with these countries: Uruguay, Bolivia, Argentina..
[-] In case of two parameters given, application should tell if the countries talking the same language or not
$ php index.php Spain England
[Output]
Spain and England do not speak the same language