PHPackages                             artyomnar94/yii2-core-api-client - 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. artyomnar94/yii2-core-api-client

ActiveYii2-extension[API Development](/categories/api)

artyomnar94/yii2-core-api-client
================================

wrapper on yii2-httplcient for work with WP Core API

v2.0(5y ago)015MITPHPPHP &gt;=7.2

Since Nov 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/artyomnar94/yii2-core-api-client)[ Packagist](https://packagist.org/packages/artyomnar94/yii2-core-api-client)[ RSS](/packages/artyomnar94-yii2-core-api-client/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

YII2-Core-api-client
====================

[](#yii2-core-api-client)

Wrapper on WP Core Api

[![Latest Stable Version](https://camo.githubusercontent.com/2956858ae5d9a4bab19231d757b44553bfc83c6ed2c0f8c5d4d9fc9f2e9b8c8a/68747470733a2f2f706f7365722e707567782e6f72672f617274796f6d6e61722f796969322d636f72652d6170692d636c69656e742f762f737461626c652e706e67)](https://packagist.org/packages/artyomnar/yii2-core-api-client)[![Total Downloads](https://camo.githubusercontent.com/cf44de96b4c16af52573871ab306135d316dcf72b0ca231137896711b1a79496/68747470733a2f2f706f7365722e707567782e6f72672f617274796f6d6e61722f796969322d636f72652d6170692d636c69656e742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/artyomnar/yii2-core-api-client)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require artyomnar/yii2-core-api-client

```

or add

```
"artyomnar/yii2-core-api-client": "*"

```

to the require section of your composer.json.

Settings
--------

[](#settings)

- Set in yii-app as component:

```
  'coreApiClient' => [
    'class' => 'artyomnar\CoreApiClient\CoreApi',
    'coreHost' => YII_ENV_PROD? 'https://api-app.com/v1/' : 'https://test.api-app.com/v1/'
  ],

```

Usage
-----

[](#usage)

```
$loginForm = new LoginForm();
if ($loginForm->load(Yii::$app->request->post()) && $loginForm->validate()) {
    $userData = Yii::$app->coreApiClient->user->auth($loginForm);
    $userEntity = new User($userData);
}

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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

Every ~84 days

Total

3

Last Release

1832d ago

Major Versions

v0.1-beta → v2.02021-05-03

PHP version history (2 changes)v1.0PHP &gt;=7.0

v0.1-betaPHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e2d7d8dfec8a847c5f939d4a921d69eddddf0e126aaddda2899191462963dd1?d=identicon)[artyomnar94](/maintainers/artyomnar94)

---

Top Contributors

[![artyomnar94](https://avatars.githubusercontent.com/u/57597170?v=4)](https://github.com/artyomnar94 "artyomnar94 (15 commits)")

---

Tags

apihelperwrapperyii2

### Embed Badge

![Health badge](/badges/artyomnar94-yii2-core-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/artyomnar94-yii2-core-api-client/health.svg)](https://phpackages.com/packages/artyomnar94-yii2-core-api-client)
```

###  Alternatives

[dotzero/yii2-amocrm

Расширение для Yii Framework 2 реализующее клиент для работы с API amoCRM

1639.7k](/packages/dotzero-yii2-amocrm)[skeeks/yii2-google-api

Component for work with google api based on google/apiclient

1243.1k1](/packages/skeeks-yii2-google-api)

PHPackages © 2026

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