CyberSource / CyberSource/cybersource-rest-client-php

Monolog usage is restricted to the filesystem

Open
#93 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
41
Forks
77
Avg merge
26m
Merged PRs (30d)
1

Description

The way the client is currently instantiated, there's a hard coded dependency on using Monolog's filesystem logger. The monolog project offers multiple backends. Ideally, the rest client could use any of them (the interface is stable) and it should be injected when the client is configured.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the client instantiation and configuration path described in the issue, then trace where the filesystem logger dependency is selected. Done means the REST client accepts another Monolog backend through configuration while preserving the stable logger interface; no specific files or tests are named.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
api
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.