Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alleyinteractive/wordpress-fieldmanager
Custom field types for WordPress
https://github.com/alleyinteractive/wordpress-fieldmanager
wordpress wordpress-plugin
Last synced: 4 days ago
JSON representation
Custom field types for WordPress
- Host: GitHub
- URL: https://github.com/alleyinteractive/wordpress-fieldmanager
- Owner: alleyinteractive
- License: other
- Created: 2012-10-25T15:23:49.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T18:38:51.000Z (7 months ago)
- Last Synced: 2024-12-14T09:00:20.174Z (11 days ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 4.46 MB
- Stars: 537
- Watchers: 83
- Forks: 101
- Open Issues: 171
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Fieldmanager
Fieldmanager is a comprehensive toolkit for building forms, metaboxes, and custom admin screens for WordPress.
## Using Fieldmanager in your WordPress Project
Fieldmanager is a powerful library which can make the development of sophisticated features a breeze. To get started, simply [download](#downloads-and-versioning) and install this plugin into your plugins directory and activate it on the plugins screen. To learn how to use Fieldmanager's API, visit the project's official website at [Fieldmanager.org](http://fieldmanager.org). There is also [a demo plugin](https://github.com/alleyinteractive/fieldmanager-demos) which illustrates a lot of what you can do with Fieldmanager.
## Requirements
* WordPress: 5.8+
* PHP: 7.4+## Downloads and Versioning.
You can view [Fieldmanager's official releases here](https://github.com/alleyinteractive/wordpress-fieldmanager/releases).
The `main` branch on GitHub is the "bleeding edge" release. As of 1.0, Fieldmanager will maintain a typical release cycle, with alpha, beta, and RC releases, and we hope to move through "minor" versions pretty quickly. While we encourage everyone to develop with and test on early releases and help us find the bugs, stable releases are recommended for production.
## Contributing to Development
Development of Fieldmanager happens on [GitHub](http://github.com/alleyinteractive/wordpress-fieldmanager). Bugs with Fieldmanager should be addressed in the GitHub issue queue, and enhancements or bug fixes should be submitted as pull requests, which are always welcome.
## Generating Documentation
To build Fieldmanager's API documentation, the latest version of which is available at [api.fieldmanager.org](https://api.fieldmanager.org), you need [apigen](https://github.com/ApiGen/ApiGen) installed. Once you've got that, you can generate the entire documentation tree as follows:
```bash
apigen -c apigen.neon
```