Download the PHP package s3rgiosan/wpcustomize-api-plus without Composer

On this page you can find all versions of the php package s3rgiosan/wpcustomize-api-plus. 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 wpcustomize-api-plus

Latest Stable Version Total Downloads License Codacy Badge Code Climate

Customize API Plus

Contributors: s3rgiosan
Tags: customize, customizer, library, datepicker
Requires at least: 4.7
Tested up to: 4.7
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

A collection of custom controls you can use in your WordPress theme customizer.

Description

A collection of custom controls you can use in your WordPress theme customizer.

This library is based on the awesome work by Paul Underwood.

So far this collection consists of:

Usage

Adds a jQuery UI Datepicker control

Use js_opts to pass options to the jQuery UI Datepicker.

Installation

Even though Customize API Plus exists as a plugin, it doesn't do anything by itself, but it does make its classes and functions available so you don't have to include it as a dependency in every single one of your plugins or themes.

Dashboard

  1. Go to the 'Plugins' menu, and choose 'Add New'.
  2. Search for 'wpcustomize-api-plus', and then click 'Install Now'.
  3. Click 'Activate'.

FTP

  1. Download and extract the .zip file.
  2. Upload the unzipped folder to the /wp-content/plugins/ directory.
  3. Activate the plugin through the 'Plugins' menu.

Composer

composer require s3rgiosan/wpcustomize-api-plus

Frequently Asked Questions

Where can I report bugs?

Bugs can be reported on the GitHub repository.

How can I contribute?

Join in on our GitHub repository and read our contribution guidelines.

Changelog

1.0.0

Upgrade Notice

1.0

Initial release.


All versions of wpcustomize-api-plus with dependencies

PHP Build Version
Package Version
Requires composer/installers Version ~1.0
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 s3rgiosan/wpcustomize-api-plus contains the following files

Loading the files please wait ....