Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wponion/wponion
~ Lightweight, Flexible & Rapid WP Development Framework ~
https://github.com/wponion/wponion
metabox metaboxes settings-api taxonomy user-profile wordpress wordpress-options-builder wordpress-options-framework wordpress-options-plugin wordpress-plugin wordpress-plugin-settings wordpress-theme wordpress-theme-settings wp wp-options wp-plugin wp-plugin-settings wp-theme wp-theme-settings wponion
Last synced: 3 months ago
JSON representation
~ Lightweight, Flexible & Rapid WP Development Framework ~
- Host: GitHub
- URL: https://github.com/wponion/wponion
- Owner: wponion
- License: mit
- Created: 2018-05-07T07:02:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T18:07:26.000Z (over 3 years ago)
- Last Synced: 2024-10-29T18:47:27.277Z (3 months ago)
- Topics: metabox, metaboxes, settings-api, taxonomy, user-profile, wordpress, wordpress-options-builder, wordpress-options-framework, wordpress-options-plugin, wordpress-plugin, wordpress-plugin-settings, wordpress-theme, wordpress-theme-settings, wp, wp-options, wp-plugin, wp-plugin-settings, wp-theme, wp-theme-settings, wponion
- Language: PHP
- Homepage: http://docs.wponion.com
- Size: 20.6 MB
- Stars: 145
- Watchers: 7
- Forks: 19
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![WPOnion Framework Screenshot](http://s3.wponion.com/wp.org/v3/banner-1544x500.jpg)](http://s3.wponion.com/wp.org/v3/banner-1544x500.jpg)
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors)
## 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](http://getcomposer.org/download/).[![Latest Stable Version](https://poser.pugx.org/wponion/wponion/version)](https://packagist.org/packages/wponion/wponion)
[![Total Downloads](https://poser.pugx.org/wponion/wponion/downloads)](https://packagist.org/packages/wponion/wponion)
[![WP](https://img.shields.io/badge/WordPress-Standar-1abc9c.svg)](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/)
[![License](https://poser.pugx.org/wponion/wponion/license)](https://packagist.org/packages/wponion/wponion)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](http://getcomposer.org/download/).[![Total Downloads](https://poser.pugx.org/wponion/dev/downloads)](https://packagist.org/packages/wponion/dev)
[![WP](https://img.shields.io/badge/WordPress-Standar-1abc9c.svg)](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/)
[![License](https://poser.pugx.org/wponion/dev/license)](https://packagist.org/packages/wponion/dev)
[![composer.lock available](https://poser.pugx.org/wponion/dev/composerlock)](https://packagist.org/packages/wponion/dev)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```php
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
https://demo.wponion.com
## 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](LICENSE) file for more info.## Backed By
| [![DigitalOcean][do-image]][do-ref] | [![JetBrains][jb-image]][jb-ref] | [![Tidio Chat][tidio-image]][tidio-ref] |
| --- | --- | --- |[do-image]: https://vsp.ams3.cdn.digitaloceanspaces.com/cdn/DO_Logo_Horizontal_Blue-small.png
[jb-image]: https://vsp.ams3.cdn.digitaloceanspaces.com/cdn/phpstorm-small.png?v3
[tidio-image]: https://vsp.ams3.cdn.digitaloceanspaces.com/cdn/tidiochat-small.png
[do-ref]: https://s.svarun.in/Ef
[jb-ref]: https://www.jetbrains.com
[tidio-ref]: https://tidiochat.com