{"id":13760190,"url":"https://github.com/wponion/wponion","last_synced_at":"2025-07-15T12:41:51.177Z","repository":{"id":48276978,"uuid":"132420416","full_name":"wponion/wponion","owner":"wponion","description":"~ Lightweight, Flexible \u0026 Rapid WP Development Framework ~","archived":false,"fork":false,"pushed_at":"2021-08-03T18:07:26.000Z","size":21583,"stargazers_count":148,"open_issues_count":30,"forks_count":19,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-09T17:28:03.636Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"http://docs.wponion.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wponion.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-07T07:02:36.000Z","updated_at":"2025-06-26T12:28:23.000Z","dependencies_parsed_at":"2022-08-24T14:38:31.649Z","dependency_job_id":null,"html_url":"https://github.com/wponion/wponion","commit_stats":null,"previous_names":[],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/wponion/wponion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wponion%2Fwponion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wponion%2Fwponion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wponion%2Fwponion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wponion%2Fwponion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wponion","download_url":"https://codeload.github.com/wponion/wponion/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wponion%2Fwponion/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265239461,"owners_count":23732797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2024-08-03T13:01:05.096Z","updated_at":"2025-07-15T12:41:51.139Z","avatar_url":"https://github.com/wponion.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"[![WPOnion Framework Screenshot](http://s3.wponion.com/wp.org/v3/banner-1544x500.jpg)](http://s3.wponion.com/wp.org/v3/banner-1544x500.jpg)\n\n[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors)\n\n## So what is WPOnion , exactly?\n\nWPOnion is a simple yet powerful framework that helps developers build custom meta boxes and custom fields in WordPress fast and easily.\n\nThe 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.\n\n## Installation\n\n### Stable \nThe preferred way to install this extension is through [Composer](http://getcomposer.org/download/).\n\n[![Latest Stable Version](https://poser.pugx.org/wponion/wponion/version)](https://packagist.org/packages/wponion/wponion)\n[![Total Downloads](https://poser.pugx.org/wponion/wponion/downloads)](https://packagist.org/packages/wponion/wponion)\n[![WP](https://img.shields.io/badge/WordPress-Standar-1abc9c.svg)](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/)\n[![License](https://poser.pugx.org/wponion/wponion/license)](https://packagist.org/packages/wponion/wponion)\n\nTo install **WPOnion library**, simply:\n\n    $ composer require wponion/wponion\n\nThe previous command will only install the necessary files, if you prefer to **download the entire source code** you can use:\n\n    $ composer require wponion/wponion --prefer-source\n\nYou can also **clone the complete repository** with Git:\n\n    $ git clone https://github.com/wponion/wponion.git\n\n---\n\n### Development \nThe preferred way to install this extension is through [Composer](http://getcomposer.org/download/).\n\n[![Total Downloads](https://poser.pugx.org/wponion/dev/downloads)](https://packagist.org/packages/wponion/dev)\n[![WP](https://img.shields.io/badge/WordPress-Standar-1abc9c.svg)](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/)\n[![License](https://poser.pugx.org/wponion/dev/license)](https://packagist.org/packages/wponion/dev)\n[![composer.lock available](https://poser.pugx.org/wponion/dev/composerlock)](https://packagist.org/packages/wponion/dev)\n\nTo install **WPOnion library**, simply:\n\n    $ composer require wponion/wponion:dev-development\n\nThe previous command will only install the necessary files, if you prefer to **download the entire source code** you can use:\n\n    $ composer require wponion/wponion:dev-development --prefer-source\n\nYou can also **clone the complete repository** with Git:\n\n    $ git clone https://github.com/wponion/wponion.git\n\n---\n\n## Usage {If Downloaded Manually}\nAdd the below code your plugin / theme file \n\n```php\nrequire __DIR__.'/wponion/wponion.php';\n\nadd_action('wponion/loaded','your-prefix_after_wponion_loaded');\n\nfunction your-prefix_after_wponion_loaded(){\n    //do your stuff here.\n}\n```\n\n## Contribution\n\nLike WPOnion Framework, this documentation is open sourced on Github \u0026 GitBooks. The website's content is written in Markdown.\n\nIf you find anything incorrect in the documentation or out-dated, please help us fix it.\n\nIn 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.\n\n## Documentation\n\nhttps://wponion.gitbook.io/docs/\n\n### Screenshots / Demo\n\nhttps://demo.wponion.com\n\n## Contributors\nThanks to all the Contributors who worked on this project to get it done asap\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore --\u003e\n\u003ctable\u003e\u003ctr\u003e\u003ctd align=\"center\"\u003e\u003ca href=\"https://EnterpriseBranding.io\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/6123260?v=4\" width=\"100px;\" alt=\"Enterprise Branding\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEnterprise Branding\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/wponion/wponion/commits?author=EnterpriseBranding\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#ideas-EnterpriseBranding\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\u003ctd align=\"center\"\u003e\u003ca href=\"https://redpandaventures.ltd\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/909468?v=4\" width=\"100px;\" alt=\"digitalchild\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003edigitalchild\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-digitalchild\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n## License\nThis project is licensed under **MIT**. See the [LICENSE](LICENSE) file for more info.\n\n## Backed By\n| [![DigitalOcean][do-image]][do-ref] | [![JetBrains][jb-image]][jb-ref] |  [![Tidio Chat][tidio-image]][tidio-ref] |\n| --- | --- | --- |\n\n[do-image]: https://vsp.ams3.cdn.digitaloceanspaces.com/cdn/DO_Logo_Horizontal_Blue-small.png\n[jb-image]: https://vsp.ams3.cdn.digitaloceanspaces.com/cdn/phpstorm-small.png?v3\n[tidio-image]: https://vsp.ams3.cdn.digitaloceanspaces.com/cdn/tidiochat-small.png\n[do-ref]: https://s.svarun.in/Ef\n[jb-ref]: https://www.jetbrains.com\n[tidio-ref]: https://tidiochat.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwponion%2Fwponion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwponion%2Fwponion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwponion%2Fwponion/lists"}