PHPackages                             yr4ik/meest-express-api-v3 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. yr4ik/meest-express-api-v3

ActiveLibrary[API Development](/categories/api)

yr4ik/meest-express-api-v3
==========================

PHP class for Meest Express API v3

1.1(5y ago)1152MITPHPPHP &gt;=5.3.0

Since Jun 26Pushed 5y ago2 watchersCompare

[ Source](https://github.com/yr4ik/meest-express-api-v3)[ Packagist](https://packagist.org/packages/yr4ik/meest-express-api-v3)[ Docs](https://github.com/yr4ik/meest-express-api-v3)[ RSS](/packages/yr4ik-meest-express-api-v3/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Meest Express API v3
--------------------

[](#meest-express-api-v3)

### Composer

[](#composer)

composer require yr4ik/meest-express-api-v3

### MeestExpress methods

[](#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

[](#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

[](#search-result-methods)

- getResponse();
- getResponseSource();
- getStatus();
- getInfo();
- getResult();

### Examples

[](#examples)

```
use MeestExpress\MeestExpress;
use MeestExpress\Filter;

$login = 'login';
$pass = 'pass';

$meest_express = new MeestExpress($login, $pass);

// Get Search api
$meest_search = $meest_express->setFormat('array')->search();

// search country
$filter = new Filter();
$filter->name = 'UKRAI%';
var_dump($meest_search->country($filter)->getResult());

//  search region
$filter = new Filter();
$filter->name = 'Черн%';
$filter->country_id = 'c35b6195-4ea3-11de-8591-001d600938f8'; // Ukraine

var_dump($meest_search->region($filter)->getResult());

//search city
$filter = new Filter();
$filter->name = 'Черн%';
$filter->country_id = 'c35b6195-4ea3-11de-8591-001d600938f8'; // Ukraine
$filter->region_id = 'd15e3031-60b0-11de-be1e-0030485903e8';

var_dump($meest_search->city($filter)->getResult());

//search address
$filter = new Filter();
$filter->name = 'Черн%';
$filter->country_id = 'c35b6195-4ea3-11de-8591-001d600938f8'; // Ukraine
$filter->region_id = 'd15e3031-60b0-11de-be1e-0030485903e8';

var_dump($meest_search->city($filter)->getResult());
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2144d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2935c70ea965c62fac54c84e19315d6ca13123b8a928400eb8599412d1afa8c7?d=identicon)[yr4ik](/maintainers/yr4ik)

---

Top Contributors

[![yr4ik](https://avatars.githubusercontent.com/u/5104469?v=4)](https://github.com/yr4ik "yr4ik (10 commits)")

---

Tags

apilibrarydeliverymeestmeest apimeest express api

### Embed Badge

![Health badge](/badges/yr4ik-meest-express-api-v3/health.svg)

```
[![Health](https://phpackages.com/badges/yr4ik-meest-express-api-v3/health.svg)](https://phpackages.com/packages/yr4ik-meest-express-api-v3)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
