Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/italystrap/fields
Fields for WordPress the OOP way
https://github.com/italystrap/fields
php wordpress wordpress-php-library
Last synced: about 1 month ago
JSON representation
Fields for WordPress the OOP way
- Host: GitHub
- URL: https://github.com/italystrap/fields
- Owner: ItalyStrap
- License: mit
- Created: 2018-12-05T09:54:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T18:24:44.000Z (over 4 years ago)
- Last Synced: 2024-04-15T22:10:55.265Z (9 months ago)
- Topics: php, wordpress, wordpress-php-library
- Language: PHP
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ItalyStrap Fields API
[![Build Status](https://travis-ci.org/ItalyStrap/fields.svg?branch=master)](https://travis-ci.org/ItalyStrap/fields)
[![Latest Stable Version](https://img.shields.io/packagist/v/italystrap/fields.svg)](https://packagist.org/packages/italystrap/fields)
[![Total Downloads](https://img.shields.io/packagist/dt/italystrap/fields.svg)](https://packagist.org/packages/italystrap/fields)
[![Latest Unstable Version](https://img.shields.io/packagist/vpre/italystrap/fields.svg)](https://packagist.org/packages/italystrap/fields)
[![License](https://img.shields.io/packagist/l/italystrap/fields.svg)](https://packagist.org/packages/italystrap/fields)
![PHP from Packagist](https://img.shields.io/packagist/php-v/italystrap/fields)Classes and functions for handling Fields the OOP way for WordPress
## Table Of Contents
* [Installation](#installation)
* [Basic Usage](#basic-usage)
* [Advanced Usage](#advanced-usage)
* [Contributing](#contributing)
* [License](#license)## Installation
The best way to use this package is through Composer:
```CMD
composer require italystrap/fields
```## Basic Usage
> TODO
## Advanced Usage
See in [tests](tests) folder for more advance usage.
## Contributing
All feedback / bug reports / pull requests are welcome.
## License
Copyright (c) 2019 Enea Overclokk, ItalyStrap
This code is licensed under the [MIT](LICENSE).
## Notes
* Maintained under the [Semantic Versioning Guide](http://semver.org)
## Similar project
- [wp-fields](https://github.com/Chrico/wp-fields)
## Credits
> TODO