Download the PHP package automattic/vipwpcs without Composer

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

VIP Coding Standards

This project contains PHP_CodeSniffer (PHPCS) sniffs and rulesets to validate code developed for WordPress VIP.

This project contains two rulesets:

These rulesets contain only the rules which are considered to be errors and warnings according to the WordPress VIP documentation.

The rulesets use rules from the WordPress Coding Standards (WPCS) project, as well as the VariableAnalysis standard.

Learn about why violations are flagged as errors vs warnings and what the levels mean.

Minimal requirements

Installation

Composer will install the latest compatible versions of PHPCS, PHPCSUtils, PHPCSExtra, WPCS and VariableAnalysis and register the external standards with PHP_CodeSniffer.

Please refer to the installation instructions for installing PHP_CodeSniffer for WordPress VIP for more details.

As of VIPCS version 2.3.0, there is no need to require the PHP_CodeSniffer Standards Composer Installer Plugin anymore as it is now a requirement of VIPCS itself. Permission to run the plugin will still need to be granted though when using Composer 2.2 or higher.

Composer Project-based Installation

To install the VIP Coding Standards, run the following from the root of your project:

Composer Global Installation

Alternatively, it can be installed standard globally for use across multiple projects:

Contribution

Please see CONTRIBUTION.md.

License

Licensed under GPL-2.0-or-later.


All versions of vipwpcs with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
phpcsstandards/phpcsextra Version ^1.1.0
phpcsstandards/phpcsutils Version ^1.0.8
sirbrillig/phpcs-variable-analysis Version ^2.11.17
squizlabs/php_codesniffer Version ^3.7.2
wp-coding-standards/wpcs Version ^3.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 automattic/vipwpcs contains the following files

Loading the files please wait ....