2017 © Pedro Peláez
 

project commands

Commands to check your Composer dependencies and synchronize your project with http://checkmycomposer.com.

image

checkmycomposer/commands

Commands to check your Composer dependencies and synchronize your project with http://checkmycomposer.com.

  • Monday, November 2, 2015
  • by apauly1
  • Repository
  • 0 Watchers
  • 5 Stars
  • 1,127 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

:warning: ABANDONED REPOSITORY. Use https://github.com/fabpot/local-php-security-checker instead., (*1)

checkmycomposer-commands

This package provides 2 commands to check your Composer dependencies and synchronize your project with http://checkmycomposer.com., (*2)

Getting Started

Follow this link to get started: http://checkmycomposer.com/getting-started, (*3)

Commands

Check directly your dependencies in your console

To check your dependencies, type the following command in the directory where your composer.json file is stored., (*4)

composer check

A table will be displayed with all dependencies you are using with several information as in the following image., (*5)

composer_check_img, (*6)

Note: You can change the alias of the command ("check") in the "scripts" node of your composer.json file (see section above)., (*7)

Synchronize your projects with CheckMyComposer

The main interest of CheckMyComposer is to follow your all projects very easily. To complete this, you need to type the following command in the same directory as your composer.json file. Don't forget to store your synchronization token (see section Implementation of token in Getting Started part)., (*8)

composer synchro

A message will inform you that the synchronization has been succesfully done., (*9)

composer_synchro_img, (*10)

Note: As the checking command, you can change the alias of the command ("synchro") in the "scripts" node of your composer.json file., (*11)

Note: We suggest you to synchronize your projects in production environment (this has more interest to follow real versions used by your projects in production). As indicated in Getting Started section, we recommend to store your token in a file (only present in your production server) in this case., (*12)

Contributions

Feedback and suggestions are welcome. Feel free to send a pull request!, (*13)

The Versions

02/11 2015

dev-master

9999999-dev

Commands to check your Composer dependencies and synchronize your project with http://checkmycomposer.com.

  Sources   Download

MIT

The Requires

 

28/09 2015

1.0.0

1.0.0.0

Commands to check your Composer dependencies and synchronize your project with http://checkmycomposer.com.

  Sources   Download

MIT

The Requires

 

27/09 2015

dev-develop

dev-develop

Commands to check your Composer dependencies and synchronize your project with http://checkmycomposer.com.

  Sources   Download

MIT

The Requires