joy2fun/package-logger

There is no license information available for the latest version (0.0.1) of this package.

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:composer-plugin

0.0.1 2018-08-08 07:37 UTC

This package is auto-updated.

Last update: 2024-05-10 21:57:11 UTC


README

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"
  }
}