Skip to content

The Update Checker is a command line tool that checks if your application dependencies for updates.

License

Notifications You must be signed in to change notification settings

tipyy/update-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update Checker

The Update Checker is a command line tool that checks if your application dependencies for updates. It uses packagist behind the scenes:

$ php update-checker check /path/to/composer.lock

You can also integrate the checker in your own application/project

  • by using the UpdateCheckerCommand class into your Symfony Console application.

  • by using the UpdateChecker class directly into your own code:

     use Temp\Update\UpdateChecker;
    
     $checker = new UpdateChecker();
     $result = $checker->check('/path/to/composer.lock');
    

Create Phar File

To create a phar file you can use Box

$ php box.phar build

About

The Update Checker is a command line tool that checks if your application dependencies for updates.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages