PHPackages                             winternet-studio/yii2-wordpress-glue - 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. [Framework](/categories/framework)
4. /
5. winternet-studio/yii2-wordpress-glue

ActiveProject[Framework](/categories/framework)

winternet-studio/yii2-wordpress-glue
====================================

Toolkit for Wordpress Plugin Development with Yii2 Framework

v2.0.0(4y ago)030MITPHP

Since Jan 14Pushed 4y agoCompare

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

READMEChangelog (8)Dependencies (3)Versions (9)Used By (0)

Yii2-Wordpress-Glue
===================

[](#yii2-wordpress-glue)

Development of Wordpress plugins with Yii2 framework

Quick Start
-----------

[](#quick-start)

Create a new Wordpress plugin by creating a new folder in eg. `wp-content/plugins/awesome-plugin` and run/execute these tasks that that folder:

- create `composer.json` with at least this:

```
{
	"repositories": [
		{
			"type": "composer",
			"url": "https://asset-packagist.org"
		}
	]
}
```

- run `composer require winternet-studio/yii2-wordpress-glue`
- create the wordpress plugin bootstrap file eg. `awesome-plugin.php` (replace `myplugin` with name of your plugin):

```
