Download the PHP package mtwango/wordpress-plugin without Composer

On this page you can find all versions of the php package mtwango/wordpress-plugin. 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 wordpress-plugin

WordPress Composer Plugin

Tests

Composer plugin to symlink paths to create Composer based WordPress installation.

Install / update

To install / update the latest stable version of this component, open a console and execute the following command:

Includes

This plugin will also require for you the following packages:

Usage

Configuration

WordPress' plugins and themes repository must be defined:

Plugin default values (AKA you don't need to add these if not overriding):

.gitignore

This plugin has example .gitignore included in assets folder, which ignores WordPress Core and by default all plugins. There is an example how to exclude custom plugins from .gitignore. You are free to copy it to your webroot or modify it and have it elsewhere.

Symlinking

Create the symlinks to extra.wordpress-plugin.symlinks section.

You can set personal configs for any symlink.

For personal configs link must be defined

WordPress

Core

As WordPress core, it is intended to use package johnpbloch/wordpress-core

Updates

If you want to manage your WordPress core, themes and plugins with Composer, you should disable automatic updates. You can use plugins to do that, for example Easy Updates Manager. Or you can either use included plugin composer-plugin-no-updates (in mu-plugins folder or in plugins folder, if you want to be able to disable it) or following manual configuration:

To disable WordPress Core updates, add following line in your wp-config.php:

To disable plugin and theme updates, you need to use filters in your theme's functions.php file:

Testing

Install with dev dependencies:

Run tests from root:

Forked from

This plugin is based on Mona Composer Plugin and modified to be used with WordPress Composer based installations. WordPress Composer Plugin is released under same license.

License

This component is under the MIT license. See the complete license in the LICENSE file.


All versions of wordpress-plugin with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
composer-plugin-api Version ^2.3
composer/installers Version ^2.2
cweagans/composer-patches Version ^1.7
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 mtwango/wordpress-plugin contains the following files

Loading the files please wait ....