2017 © Pedro Peláez
 

library packages-scanner

Scan own packages.json information to check packagist registration of packages

image

ichhabrecht/packages-scanner

Scan own packages.json information to check packagist registration of packages

  • Tuesday, August 16, 2016
  • by IchHabRecht
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

packages-scanner

This application compares packages from your own packages.json repository with information from Packagist., (*1)

Latest Stable Version Build Status, (*2)

Installation

Installation as own application

$ composer create-project ichhabrecht/packages-scanner

Installation as requirement

$ composer require ichhabrecht/packages-scanner

Usage

To get an overview of existing commands you can simply list them with, (*3)

$ vendor/bin/packages-scanner list

package:validate

The command validates the package names found in the provided packages.json and lists those which cannot be registered on Packagist., (*4)

$ vendor/bin/packages-scanner package:validate https://example.com

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., (*5)

$ vendor/bin/packages-scanner package:register https://example.com

Options, (*6)

--exclude-vendor, (*7)

Comma separated list of vendor names to exclude from Packagist check., (*8)

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., (*9)

$ vendor/bin/packages-scanner package:compare https://example.com

Options, (*10)

--exclude-vendor, (*11)

Comma separated list of vendor names to exclude from Packagist check., (*12)

--only-different, (*13)

Shows only packages which have different registered sources., (*14)

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., (*15)

$ vendor/bin/packages-scanner vendor:list https://example.com

Options, (*16)

--only-registered, (*17)

Shows only vendor names that are registered on Packagist already., (*18)

--only-unregistered, (*19)

Shows only vendor names that are not registered on Packagist yet., (*20)

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., (*21)

$ vendor/bin/packages-scanner vendor:register https://example.com

The Versions

16/08 2016

dev-master

9999999-dev

Scan own packages.json information to check packagist registration of packages

  Sources   Download

MIT

The Requires

 

15/08 2016

1.3.0

1.3.0.0

Scan own packages.json information to check packagist registration of packages

  Sources   Download

MIT

The Requires

 

15/08 2016

1.2.1

1.2.1.0

Scan own packages.json information to check packagist registration of packages

  Sources   Download

MIT

The Requires

 

15/08 2016

1.2.0

1.2.0.0

Scan own packages.json information to check packagist registration of packages

  Sources   Download

MIT

The Requires

 

14/08 2016

1.1.0

1.1.0.0

Scan own packages.json information to check packagist registration of packages

  Sources   Download

MIT

The Requires

 

14/08 2016

1.0.0

1.0.0.0

Scan own packages.json information to check packagist registration of packages

  Sources   Download

MIT

The Requires