CyberSource / CyberSource/cybersource-rest-client-php
Monolog usage is restricted to the filesystem
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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