Download the PHP package chiron/coding-standard without Composer

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

Chiron PHP Coding Standard

Latest Version on Packagist Total Downloads

Chiron PHP Coding Standard based on PSR-12, Doctrine, and Slevomat Coding Standards

Table of Contents

Introduction

This library provides the Chiron Coding Standard rules for PHP_CodeSniffer (phpcs). It is inspired by and built upon the Doctrine Coding Standard and the Slevomat Coding Standard.

Install

The only thing you need before getting started is Composer.

Install PHP Coding Standard:

To install the latest version of this library, run the command below:

The latest version of PHP Coding Standard requires PHP 7.1 at least.

Usage

Just add the default phpcs.xml.dist file (it can be found in the root directory) to your project and you are ready to use the Chiron Coding Standard when running phpcs.

Advanced

If you need to suppress some errors, use the following tags in your php code.

Ignoring parts of a file
Ignoring files and folders

Versioning

This library follows SemVer with following rules.

Coding Standard document should be considered the source of truth and main object of SemVer.

The implementation of the automatic checks (both custom sniffs and the ruleset.xml file) are not subject to the SemVer and may change over time to accommodate changes in PHP_CodeSniffer and provided default sniffs, which are used also by this standard.

Recommended dependency on this package is on MINOR version (e.g. ~1.0.0), which means effectively:

Change Log

Please see CHANGELOG for more information on recent changes.

Contributing

Please see CONTRIBUTING for details.

Support

Please see SUPPORT for details.

Credits

License

The MIT License (MIT). Please see the License File for more information.


All versions of coding-standard with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0 || ^8.1
dealerdirect/phpcodesniffer-composer-installer Version ^0.7
slevomat/coding-standard Version ^7.0
squizlabs/php_codesniffer Version ^3.6
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 chiron/coding-standard contains the following files

Loading the files please wait ....