stackonet/wp-helpers
最新稳定版本:1.15.0
Composer 安装命令:
composer require stackonet/wp-helpers
包简介
A WordPress framework for easy development.
关键字:
README 文档
README
A WordPress utility framework for easy development.
Table of contents
Installation
You can install the utility framework as a composer dependency package, or you can directly include in you project.
Manual Installation
Download the package from GitHub and include inside your project. Now load the autoloader file.
include '{{PATH_TO_FOLDER}}/wp-helpers/src/autoload.php';
Installation using composer
To install as a composer package, run the following command in terminal.
composer require stackonet/wp-helpers
Include vendor autoload file and change {{PATH_TO_VENDOR}} with you actual path to vendor directory.
include '{{PATH_TO_VENDOR}}/autoload.php';
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2025-12-13