Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on May 8, 2024 via composer

dealerdirect/phpcodesniffer-composer-installer v1.0.0

PHP_CodeSniffer Standards Composer Installer Plugin
Package summary
Share
0
issues
2
licenses
1
MIT
1
BSD-3-Clause
Package created
22 Oct 2016
Version published
5 Jan 2023
Maintainers
3
Total deps
2
Direct deps
1
License
MIT

Issues

0
This package has no issues

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
dealerdirect/phpcodesniffer-composer-installer@v1.0.0

BSD 3-Clause "New" or "Revised" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
use-trademark
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
squizlabs/php_codesniffer@3.9.2
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

1
All Dependencies CSV
β“˜ This is a list of dealerdirect/phpcodesniffer-composer-installer 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
squizlabs/php_codesniffer3.9.2-BSD-3-Clause
prod

Visualizations

Frequently Asked Questions

What does dealerdirect/phpcodesniffer-composer-installer do?

The Dealerdirect PHP CodeSniffer Composer Installer is an essential composer plugin facilitating easy installation of PHP_CodeSniffer coding standards (rulesets). It eliminates the necessity for symbolic linking of directories, repositories checkout at specific locations, or modifying the phpcs configuration.

How do you use dealerdirect/phpcodesniffer-composer-installer?

Using the Dealerdirect PHP CodeSniffer Composer Installer is straightforward and efficient. Start by requiring this package as a development dependency in Composer:

composer require --dev dealerdirect/phpcodesniffer-composer-installer

For Composer 2.2 and higher, you need to grant permission for the plugin to execute the code. Upon granting permission, the following snippet will be automatically added to your composer.json file:

"config": {
    "allow-plugins": {
        "dealerdirect/phpcodesniffer-composer-installer": true
    }
}

For Composer versions lower than 2.2, you can add the permission flag ahead of the upgrade by running the following command:

composer config allow-plugins.dealerdirect/phpcodesniffer-composer-installer true

An added advantage of this plugin is its compatibility with PHP 5.4+, 7.x, 8.x, Composer 1.x, 2.x, and PHP_CodeSniffer 2.x and 3.x.

Where are the dealerdirect/phpcodesniffer-composer-installer docs?

The official documentation for the Dealerdirect PHP CodeSniffer Composer Installer can be found in the repository's README.md file at https://github.com/PHPCSStandards/composer-installer.git. The docs cover everything from basic usage and compatibility to contributing guidelines, affording developers an in-depth understanding of the composer package and how to leverage its features.