Skip to content

Send resovled packages to URL when installing or updating

Notifications You must be signed in to change notification settings

joy2fun/package-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

composer global require joy2fun/package-logger

Configuration locally

composer config extra.package-logging-url {URL}

Usage

composer require psr/log:1.0.0

This would send a POST request to {URL} with following JSON request body

{
  "packages":{
    "psr/log":"1.0.0"
  }
}

About

Send resovled packages to URL when installing or updating

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages