Download the PHP package rogerlos/cmb2-metatabs-options without Composer

On this page you can find all versions of the php package rogerlos/cmb2-metatabs-options. 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 cmb2-metatabs-options

CMB2 Metatabs Options

Contributors: @rogerlos, @rubengc

Tags: cmb2, metaboxes, forms, fields, options, settings, tabs, cmo

Requires at least: 3.8.0

Tested up to: 4.8

Stable tag: 1.3

License: GPLv2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Extends CMB2--create WordPress options pages with multiple metaboxes, support for tabs, and flexible menu locations.

Description

CMB2 Metatabs Options (CMO) is a plugin (or class) for developers using CMB2 to manage metaboxes and fields. CMO makes it easy to create options pages with multiple metaboxes--and optional WordPress admin tabs. You can attach your option page(s) to any existing Wordpress menu or add them as a new top-level menu. You can also add multiple options pages!

This plugin requires the CMB2 Plugin, or your project must already utilize the CMB2 library. CMB2 is not included.

Please see the wiki at CMO's github repository for a detailed user's guide.

Thanks to the folks maintaining CMB2 for their continued development, and providing the starting point for this plugin.

Installation (as WP plugin)

Download the plugin zip file and add via Plugins->Add New->Upload. Or FTP the unzipped plugin folder to your wp_content/plugins directory. Activate the plugin within WP admin.

Note this plugin does nothing by default other than give you access to the Cmb2_Metatabs_Options() class.

You can see an example of what this plugin does by using the WP plugin editor and uncommenting the line in the main plugin file which reads "include 'example.php';".

Installation (as stand-alone class)

Copy the files within the code directory to your project and include the class file in your code. If you change the location of the JS file, you must inject 'jsuri' with its new URL into the class when creating an options page.

Changelog

= 1.3 =

= 1.2 =

= 1.1.2 =

= 1.1.1 =

= 1.1.0 =

= 1.0.3 =

= 1.0.2 =

= 1.0.1 =

= 1.0.0 =


All versions of cmb2-metatabs-options with dependencies

PHP Build Version
Package Version
Requires webdevstudios/cmb2 Version ^2.2
php Version >=5.3
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 rogerlos/cmb2-metatabs-options contains the following files

Loading the files please wait ....