Download the PHP package wapiclo/wapic-fields without Composer

On this page you can find all versions of the php package wapiclo/wapic-fields. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package wapic-fields

A lightweight and developer-friendly custom fields system for WordPress.
Supports Options Page, Post Meta, and Taxonomy Term Meta — built following WordPress standards, without heavy frameworks.

Easily add and manage fields like text, select, checkbox, image, gallery, editor, and more with full support for conditional logic and client-side JS validation.


Features


Supported Fields

Wapic Fields provides the following field types for WordPress. This list is for quick reference:

  1. Text – Single-line text input
  2. Textarea – Multi-line text input
  3. URL – URL input with validation
  4. Email – Email input with validation
  5. Number – Numeric input
  6. Phone – Phone number input
  7. Checkbox – Single or multiple checkboxes
  8. Radio – Single choice selection
  9. Toggle – On/off switch
  10. Select – Dropdown select
  11. Select2 – Enhanced select with search & multiple selection
  12. Image – Single image upload
  13. Gallery – Multiple images upload
  14. File – File upload
  15. Color – Color picker
  16. Date – Date picker
  17. WP Editor – WordPress rich text editor
  18. HTML – HTML content

Why Use This?

Unlike bulky frameworks, this project focuses on being:

Perfect for theme & plugin developers who want powerful custom fields without unnecessary overhead.


Installation

There are multiple ways to install Wapic Fields:

For Usage

Here are examples to help you get started:

Field

You can use various field types provided by Wapic Fields: Field Types Documentation

Example

We provide examples for Meta, Options, and Term Meta. The example files are included in the Examples/ folder.

To load the examples in the WordPress admin, add the following code to your main theme, plugin file or wp-config.php:

Changelog

Changelog


All versions of wapic-fields with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package wapiclo/wapic-fields contains the following files

Loading the files please wait ...