PHPackages                             thefunpower/wordpress - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. thefunpower/wordpress

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

thefunpower/wordpress
=====================

helper

v1.0.7(2y ago)017Apache-2.0PHP

Since Oct 11Pushed 2y agoCompare

[ Source](https://github.com/thefunpower/wordpress)[ Packagist](https://packagist.org/packages/thefunpower/wordpress)[ RSS](/packages/thefunpower-wordpress/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (6)Versions (10)Used By (0)

wordpress开发包
============

[](#wordpress开发包)

安装
--

[](#安装)

```
composer require thefunpower/wordpress

```

wordpress插件
-----------

[](#wordpress插件)

```
define("EXPRESS_VERSION",'1.0.0');
define('EXPRESS__DIR', plugin_dir_path( __FILE__ ) );
if(!defined('PATH')){
	define("PATH",__DIR__.'/../../..');
}
date_default_timezone_set('Asia/Shanghai');
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_WARNING);
// autoloader
global $g_autoloader;
if(!$g_autoloader){
	$g_autoloader = include __DIR__.'/vendor/autoload.php';
}
$g_autoloader->addPsr4("Express\\",__DIR__.'/lib/');
//加载composer助手包
g_init_wordpress();

// redis
$host = '127.0.0.1';
$port = 6379;
$auth = '';
predis($host,$port,$auth);
$redis = predis();

/**
* 加载语言包
*/
$lang = 'zh-cn';
lib\Validate::lang($lang);

```

### 开源协议

[](#开源协议)

[LICENSE](LICENSE.md)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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 ~5 days

Total

9

Last Release

913d ago

### Community

Maintainers

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

---

Top Contributors

[![sunkangchina](https://avatars.githubusercontent.com/u/66815206?v=4)](https://github.com/sunkangchina "sunkangchina (1 commits)")

---

Tags

php

### Embed Badge

![Health badge](/badges/thefunpower-wordpress/health.svg)

```
[![Health](https://phpackages.com/badges/thefunpower-wordpress/health.svg)](https://phpackages.com/packages/thefunpower-wordpress)
```

PHPackages © 2026

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