Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/10quality/wpmvc-addon-metaboxer
Add-on for WordPress MVC that enhances custom post model make it easier to manage custom meta data.
https://github.com/10quality/wpmvc-addon-metaboxer
Last synced: 5 days ago
JSON representation
Add-on for WordPress MVC that enhances custom post model make it easier to manage custom meta data.
- Host: GitHub
- URL: https://github.com/10quality/wpmvc-addon-metaboxer
- Owner: 10quality
- License: mit
- Created: 2020-04-06T03:03:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:45:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T18:08:52.133Z (about 1 month ago)
- Language: PHP
- Size: 58.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Metaboxer Addon (for Wordpress MVC)
[![Latest Stable Version](https://poser.pugx.org/10quality/wpmvc-addon-metaboxer/v/stable)](https://packagist.org/packages/10quality/wpmvc-addon-metaboxer)
[![Total Downloads](https://poser.pugx.org/10quality/wpmvc-addon-metaboxer/downloads)](https://packagist.org/packages/10quality/wpmvc-addon-metaboxer)
[![License](https://poser.pugx.org/10quality/wpmvc-addon-metaboxer/license)](https://packagist.org/packages/10quality/wpmvc-addon-metaboxer)Add-on for [WordPress MVC](http://www.wordpress-mvc.com/).
This add-on will allow you to maintain and auto-generate metaboxes and custom fields for Post models. Models are self-contained and can be instantiated across WordPress via PHP.
![Metaboxer Add-on](https://www.wordpress-mvc.com/wp-content/uploads/2020/04/wpmvc-metaboxer-addon.jpg)
## Documentation
Read the project's [documentation here](https://github.com/10quality/wpmvc-addon-metaboxer/wiki).
## Coding Guidelines
PSR-2 coding guidelines.
## License
MIT License. (c) 2020 [10 Quality](https://www.10quality.com/).