PHPackages                             magicalella/yii2-wswordpress - 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. magicalella/yii2-wswordpress

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

magicalella/yii2-wswordpress
============================

Component for Yii 2 framework vs Wordpress WS

v1(2y ago)111MITPHPPHP &gt;=5.4.0

Since May 13Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/magicalella/yii2-wswordpress)[ Packagist](https://packagist.org/packages/magicalella/yii2-wswordpress)[ RSS](/packages/magicalella-yii2-wswordpress/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

yii2-wswordpress
================

[](#yii2-wswordpress)

Modulo per integrare la Yii con Wordpress

Documentazione API WP

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

[](#installation)

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

Run

```
php composer.phar require magicalella/yii2-wswordpress

```

or add

```
"magicalella/yii2-wswordpress": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

1. Add component to your config file

```
'components' => [
    // ...
    'wswordpress' => [
         'class' => 'magicalella\wswordpress\Wswordpress',
         'endpoint' => 'https://miosito.it/wp-json/',
         'method' => 'GET',
         'consumer_key' => 'ck_xxx',//for Woocommerce
         'consumer_secret' => 'cs_xxx'//for Woocommerce
    ],
]
```

2. Get dato to WP

```
$wswordpress = Yii::$app->wswordpress;
$result = $wswordpress->call('wp/v2/...',[
    'param'=>value_param
    ]
);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance49

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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

730d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d8556d75138833ae5a306ebff1807edf3f501cb452e9cf533535b52f7855adf3?d=identicon)[magicalella](/maintainers/magicalella)

---

Top Contributors

[![magicalella](https://avatars.githubusercontent.com/u/29289928?v=4)](https://github.com/magicalella "magicalella (11 commits)")

### Embed Badge

![Health badge](/badges/magicalella-yii2-wswordpress/health.svg)

```
[![Health](https://phpackages.com/badges/magicalella-yii2-wswordpress/health.svg)](https://phpackages.com/packages/magicalella-yii2-wswordpress)
```

###  Alternatives

[dotzero/yii2-amocrm

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

1639.7k](/packages/dotzero-yii2-amocrm)[conquer/services

Yii2 soap wsdl web services

1632.5k](/packages/conquer-services)[skeeks/yii2-google-api

Component for work with google api based on google/apiclient

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

Tools to use API as ActiveRecord for Yii2

143.5k](/packages/apexwire-yii2-restclient)

PHPackages © 2026

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