Download the PHP package ichhabrecht/packages-scanner without Composer
On this page you can find all versions of the php package ichhabrecht/packages-scanner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ichhabrecht/packages-scanner
More information about ichhabrecht/packages-scanner
Files in ichhabrecht/packages-scanner
Package packages-scanner
Short Description Scan own packages.json information to check packagist registration of packages
License MIT
Informations about the package packages-scanner
packages-scanner
This application compares packages from your own packages.json repository with information from Packagist.
Installation
Installation as own application
Installation as requirement
Usage
To get an overview of existing commands you can simply list them with
package:validate
The command validates the package names found in the provided packages.json and lists those which cannot be registered on Packagist.
package:register
The command lists all packages found in your packages.json which are not registered on Packagist yet. Furthermore it shows the url and author information of each package.
Options
--exclude-vendor
Comma separated list of vendor names to exclude from Packagist check.
package:compare
The command lists all packages found in your packages.json which are also registered on Packagist. Furthermore it shows the url and author information of each package for both locations.
Options
--exclude-vendor
Comma separated list of vendor names to exclude from Packagist check.
--only-different
Shows only packages which have different registered sources.
vendor:list
The command lists all vendor names of the packages found in the provided packages.json. It shows the registration status of the vendor name on Packagist.
Options
--only-registered
Shows only vendor names that are registered on Packagist already.
--only-unregistered
Shows only vendor names that are not registered on Packagist yet.
vendor:register
The command lists all vendor names with their packages found in your packages.json which are not registered on Packagist yet. Furthermore it shows the url and author information of each package.