PHP code example of vortrixs / composer-scrutinizer-plugin

1. Go to this page and download the library: Download vortrixs/composer-scrutinizer-plugin library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

vortrixs / composer-scrutinizer-plugin example snippets


"name": "vortrixs/app",
"tinizer-plugin": "*",
	"squizlabs/php_codesniffer": "2.9.1",
	"joomla/coding-standards": "1.3.4",
	"vortrixs/joomla-namespace-checker": "1.0.0"
},
"extra": {
	"scrutinizer": {
		"phpcs": [
			"squizlabs/php_codesniffer",
			"joomla/coding-standards"
		],
		"namespace": [
			"vortrixs/joomla-namespace-checker"
		]
	}
},