Download the PHP package yr4ik/meest-express-api-v3 without Composer
On this page you can find all versions of the php package yr4ik/meest-express-api-v3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yr4ik/meest-express-api-v3
More information about yr4ik/meest-express-api-v3
Files in yr4ik/meest-express-api-v3
Download yr4ik/meest-express-api-v3
More information about yr4ik/meest-express-api-v3
Files in yr4ik/meest-express-api-v3
Vendor yr4ik
Package meest-express-api-v3
Short Description PHP class for Meest Express API v3
License MIT
Homepage https://github.com/yr4ik/meest-express-api-v3
Package meest-express-api-v3
Short Description PHP class for Meest Express API v3
License MIT
Homepage https://github.com/yr4ik/meest-express-api-v3
Please rate this library. Is it a good library?
yr4ik/meest-express-api-v3
Rate from 1 - 5
Rated 5.00 based on 1 reviews
Rated 5.00 based on 1 reviews
Informations about the package meest-express-api-v3
Meest Express API v3
Composer
composer require yr4ik/meest-express-api-v3
MeestExpress methods
- __construct($login, $pasword, $throwErrors = true, $connectionType = 'curl');
- setLogin(string $login);
- getLogin();
- setPassword(string $password);
- getPassword();
- setCookieStorageVar(string $var);
- getCookieStorageVar();
- setConnectionType(string curl | file_get_contents);
- getConnectionType();
- setFormat(string json | array | xml);
- getFormat();
- setToken(string $token, int $expire=0, string $refresh='')
- getToken();
- authorize();
- request(string $method, array $data, string $format=null)
Search methods
-
country(Filter); Filter prams:
- id OR countryIDOR
- name OR countryDescr
-
region(Filter); Filter prams:
- id OR regionIDOR
- name OR regionDescrOR
- katuu OR regionKATUUOR
- country_id OR countryIDOR
- country OR countryDescr
-
district(Filter); Filter prams:
- id OR districtIDOR
- name OR districtDescrOR
- katuu OR districtKATUUOR
- region_id OR regionIDOR
- country OR regionDescr
-
city(Filter); Filter prams:
- id OR cityIDOR
- name OR cityDescrOR
- country_id OR countryIDOR
- district_id OR districtIDOR
- district OR districtDescrOR
- region_id OR regionIDOR
- region OR regionDescrOR
- region_katuu OR regionKATUU
-
cityByZip(int $zip_code);
-
address(Filter); Filter prams:
- city_id OR cityIDOR
- address OR addressDescr
-
branchTypes();
-
branch(Filter); Filter prams:
- num OR branchNoOR
- type_id OR branchTypeIDOR
- name OR branchDescrOR
- city_id OR cityIDOR
- city OR cityDescrOR
- district_id OR districtIDOR
- district OR districtDescrOR
- region_id OR regionIDOR
- region OR regionDescr
- payTerminal(float $latitude, float $longitude);
Search result methods
- getResponse();
- getResponseSource();
- getStatus();
- getInfo();
- getResult();
Examples
All versions of meest-express-api-v3 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package yr4ik/meest-express-api-v3 contains the following files
Loading the files please wait ....