wponion/wponion
Composer 安装命令:
composer require wponion/wponion
包简介
~ Lightweight, Flexible & Rapid WP Development Framework ~
关键字:
README 文档
README
So what is WPOnion , exactly?
WPOnion is a simple yet powerful framework that helps developers build custom meta boxes and custom fields in WordPress fast and easily.
The framework lets you define custom meta boxes and custom fields via arrays and handles everything behind the scene automatically. It has a wide range of field types, field settings and supports not only post meta but also term meta, user meta, comment meta, settings pages and custom tables.
Installation
Stable
The preferred way to install this extension is through Composer.
To install WPOnion library, simply:
$ composer require wponion/wponion
The previous command will only install the necessary files, if you prefer to download the entire source code you can use:
$ composer require wponion/wponion --prefer-source
You can also clone the complete repository with Git:
$ git clone https://github.com/wponion/wponion.git
Development
The preferred way to install this extension is through Composer.
To install WPOnion library, simply:
$ composer require wponion/wponion:dev-development
The previous command will only install the necessary files, if you prefer to download the entire source code you can use:
$ composer require wponion/wponion:dev-development --prefer-source
You can also clone the complete repository with Git:
$ git clone https://github.com/wponion/wponion.git
Usage {If Downloaded Manually}
Add the below code your plugin / theme file
require __DIR__.'/wponion/wponion.php'; add_action('wponion/loaded','your-prefix_after_wponion_loaded'); function your-prefix_after_wponion_loaded(){ //do your stuff here. }
Contribution
Like WPOnion Framework, this documentation is open sourced on Github & GitBooks. The website's content is written in Markdown.
If you find anything incorrect in the documentation or out-dated, please help us fix it.
In case you come across anything along the way that we haven’t covered, or if you know of a tip you think others would find handy, please file an issue and we’ll see about including it in this guide.
Documentation
https://wponion.gitbook.io/docs/
Screenshots / Demo
Contributors
Thanks to all the Contributors who worked on this project to get it done asap
Enterprise Branding 📖 🤔 | digitalchild 🤔 |
License
This project is licensed under MIT. See the LICENSE file for more info.
Backed By
wponion/wponion 适用场景与选型建议
wponion/wponion 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 707 次下载、GitHub Stars 达 147, 最近一次更新时间为 2018 年 12 月 14 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「wordpress」 「wordpress-plugin」 「settings-api」 「wordpress-theme」 「wordpress-php-library」 「gutenberg」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 wponion/wponion 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 wponion/wponion 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 wponion/wponion 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
WordPress settings API Abstraction Class
WordPress settings API Abstraction Class
A Gutenberg like color palette field for ACF.
WordPress Plugin Framework
Helper class that lets you create options settings page securely and swiftly without dealing with WordPress Settings API.
WordPress settings api abstraction class
统计信息
- 总下载量: 707
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 148
- 点击次数: 10
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-12-14