PHPackages                             p2made/p2y2-things-demo - 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. [Admin Panels](/categories/admin)
4. /
5. p2made/p2y2-things-demo

ActiveYii2-extension[Admin Panels](/categories/admin)

p2made/p2y2-things-demo
=======================

Not really a theme. A set of pages to demonstrate p2made/p2y2-things, bundled as a theme.

5.0.0(4y ago)0111MITPHP

Since Sep 11Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/p2made/p2y2-things-demo)[ Packagist](https://packagist.org/packages/p2made/p2y2-things-demo)[ RSS](/packages/p2made-p2y2-things-demo/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (4)Used By (1)

P2Y2Things Demo 5.0.0
=====================

[](#p2y2things-demo-500)

[![License](https://camo.githubusercontent.com/c4a342c4d71c584e3f1a6981281de7fe72dd36cb05c2a55ea8d73528676ca9dd/68747470733a2f2f706f7365722e707567782e6f72672f70326d6164652f703279322d7468696e67732d64656d6f2f6c6963656e7365)](https://packagist.org/packages/p2made/p2y2-things-demo)[![Total Downloads](https://camo.githubusercontent.com/91a837ce5ea8bdd2054eb4f97d7ecdf74b45c512c694ed5918bd638bb1efec87/68747470733a2f2f706f7365722e707567782e6f72672f70326d6164652f703279322d7468696e67732d64656d6f2f646f776e6c6f616473)](https://packagist.org/packages/p2made/p2y2-things-demo)[![Monthly Downloads](https://camo.githubusercontent.com/4143d1bfb0003c8590e1d79cc13c7a98fe422367083cc44abcb6888bb63150ef/68747470733a2f2f706f7365722e707567782e6f72672f70326d6164652f703279322d7468696e67732d64656d6f2f642f6d6f6e74686c79)](https://packagist.org/packages/p2made/p2y2-things)[![Latest Stable Version](https://camo.githubusercontent.com/1946b5b48a9f26959b3f8dba3cee9a287fc305db159c7bec7a1a8b3b566d68f0/68747470733a2f2f706f7365722e707567782e6f72672f70326d6164652f703279322d7468696e67732d64656d6f2f762f737461626c65)](https://packagist.org/packages/p2made/p2y2-things-demo)[![Latest Unstable Version](https://camo.githubusercontent.com/9938fd644e05be8fe068d3c64acd2c884ad1701bb07138b7067b3e71d7abad33/68747470733a2f2f706f7365722e707567782e6f72672f70326d6164652f703279322d7468696e67732d64656d6f2f762f756e737461626c65)](https://packagist.org/packages/p2made/p2y2-things-demo)

---

¡¡ Notice !!
============

[](#-notice-)

After an extented period of life getting in the way I'm back to [Yii2](https://www.yiiframework.com/) development. I'll be rebasing every project as I resume work on it. Projects that use [Bootstrap](https://getbootstrap.com/) will resume as version `5.0.0` for Bootstrap 5.x.

---

A set of pages to demonstrate [`p2made/p2y2-things`](https://github.com/p2made/p2y2-things), bundled as a theme.

It declares p2made/p2y2-things as a dependancy.

Installation
============

[](#installation)

The preferred way to install P2Y2Things Demo is through [composer](http://getcomposer.org/download/). Depending on your composer installation, run *one* of the following commands:

```
composer require --prefer-dist p2made/p2y2-things-demo "^5.0"

```

or

```
php composer.phar require --prefer-dist p2made/p2y2-things-demo "^5.0"

```

Alternatively add:

```
	"p2made/p2y2-things-demo": "^5.0"

```

to the requires section of your `composer.json` file &amp; P2Y2Things Demo will be installed next time you run `composer update`.

The files are installed via Yii's recommended usage of the `fxp/composer-asset-plugin`.

Quick Start
===========

[](#quick-start)

Once the extension is installed, you can have a *preview* by reconfiguring the path mappings of the view component:

```
	'components' => [
		'view' => [
			'theme' => [
				'pathMap' => [
					'@app/views' => '@vendor/p2m/p2y2-things-demo/views',
				],
			],
		],
	],

```

To view pages in `site/pages/` you need to modify `actions()` in the `SiteController`:

```
	public function actions()
	{
		return [
			...
			'page' => [
				'class' => 'yii\web\ViewAction',
			],
		];
	}

```

And then...
===========

[](#and-then)

P2Y2Things Demo uses [P2Y2Things](https://github.com/p2made/p2y2-things) which requires some Yii 2 assets to be nullified to avoid conflicts through double loading. Modify `common/config/main.php` with...

```
	'components' => [
		'assetManager' => [
			'bundles' => [
				'yii\web\JqueryAsset' => [
					'sourcePath' => null, 'js' => [],
				],
				'yii\bootstrap\BootstrapAsset' => [
					'sourcePath' => null, 'css' => [],
				],
				'yii\bootstrap\BootstrapPluginAsset' => [
					'sourcePath' => null, 'js' => [],
				],
				'yii\jui\JuiAsset' => [
					'sourcePath' => null, 'css' => [], 'js' => [],
				],
				'\rmrevin\yii\fontawesome\AssetBundle' => [
					'sourcePath' => null, 'css' => [],
				],
			],
		],
		...
	],

```

**DO NOT** modify the views in the `views/` folder. Your changes will be lost next time you run `composer update`.

You can copy elements from these examples into your own views.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance54

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

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

1703d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/29b098ab60349c6d4301db09c4d9cc4561d9410a15d71f7c021ded9be093ecd6?d=identicon)[p2m](/maintainers/p2m)

---

Top Contributors

[![p2made](https://avatars.githubusercontent.com/u/5487600?v=4)](https://github.com/p2made "p2made (194 commits)")

---

Tags

phpbundleuiyii2extensionthemeyiiassetadminfrontenduser-interface

### Embed Badge

![Health badge](/badges/p2made-p2y2-things-demo/health.svg)

```
[![Health](https://phpackages.com/badges/p2made-p2y2-things-demo/health.svg)](https://phpackages.com/packages/p2made-p2y2-things-demo)
```

###  Alternatives

[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[yiister/yii2-gentelella

Free admin template for backend

277278.3k5](/packages/yiister-yii2-gentelella)

PHPackages © 2026

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