An opinionated dependency injection library for amphp.
Stars
21
Forks
1
Watchers
21
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
1.5k
commits
feat(signal,bootstrap): deprecating `new Signal()` in favor of `Signal::create()` and fixing an issue with the spawner bootstrap which would lead it to spiral into a loop when the child process would error out in dev mode.
9184664View on GitHubchore(docs): updating store docs to use *::create() methods instead of deprecated constructors.
600bee1View on GitHubchore(app): tightening up sandbox project and adding ::create for Writable and Readable while deprecating the standard constructor.
15bd43fView on GitHubchore(app): adding missing extension and imports in error management.
eda1a16View on GitHubfix(core): fixing an issue where the optional --dev flag would be mapped to --environment and cause dev mode to hang.
0e8ff78View on GitHubfix(core): fixing an issue where the application would not bootstrap due to inconsistent type definitions in Bootstrap::start.
1f3530cView on GitHub