Download the PHP package businessprocess/geo-service-sdk without Composer
On this page you can find all versions of the php package businessprocess/geo-service-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download businessprocess/geo-service-sdk
More information about businessprocess/geo-service-sdk
Files in businessprocess/geo-service-sdk
Download businessprocess/geo-service-sdk
More information about businessprocess/geo-service-sdk
Files in businessprocess/geo-service-sdk
Vendor businessprocess
Package geo-service-sdk
Short Description Geo service sdk for php
License MIT
Package geo-service-sdk
Short Description Geo service sdk for php
License MIT
Please rate this library. Is it a good library?
Informations about the package geo-service-sdk
Geo Service PHP SDK
Geo Service SDK is a PSR-compatible PHP package for working with geo service api.
Installation
The recommended way to install Geo service is through Composer.
Next, run the Composer command to install the latest stable version of Guzzle:
After installing, you need to require Composer's autoloader:
You can then later update Guzzle using composer:
Usage
Usage Laravel
Available Methods
Methods | Description | Return value |
---|---|---|
getCountryWithCities | Get all countries with children | Collection |
countries | Get all countries without details | Collection |
country | Get country by id | Country |
getCitiesByCountry | Get cities by country id | Collection |
getById | Get model by id | BaseModel |
getChildById | Get all children by parent id | Collection |
getCountryByCode | Get country by code | Country |
getCitiesByCode | Get cities by country code | Collection |
search | Get all model by keyword | Collection |
ping | Ping node | boolean |
alive | Check is node is alive | boolean |
isServiceId | Check is id belongs to geo service | boolean |
All versions of geo-service-sdk with dependencies
PHP Build Version
Package Version
The package businessprocess/geo-service-sdk contains the following files
Loading the files please wait ....