Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/athena-framework/dependency-injection

Robust dependency injection service container framework
https://github.com/athena-framework/dependency-injection

component crystal dependency-injection

Last synced: about 2 months ago
JSON representation

Robust dependency injection service container framework

Lists

README

        

# Dependency Injection

[![Common Changelog](https://common-changelog.org/badge.svg)](https://common-changelog.org)
[![CI](https://github.com/athena-framework/athena/workflows/CI/badge.svg)](https://github.com/athena-framework/athena/actions/workflows/ci.yml)
[![Latest release](https://img.shields.io/github/release/athena-framework/dependency-injection.svg)](https://github.com/athena-framework/dependency-injection/releases)

Robust dependency injection service container framework.

## Installation

1. Add the dependency to your `shard.yml`:

```yaml
dependencies:
athena-dependency_injection:
github: athena-framework/dependency-injection
version: ~> 0.3.0
```

2. Run `shards install`

## Documentation

If using the component on its own, checkout the [API documentation](https://athenaframework.org/DependencyInjection).
If using the component as part of Athena, also checkout the [external documentation](https://athenaframework.org/architecture/dependency_injection).

## Contributing

Read the general [Contributing Guide](./CONTRIBUTING.md) for information on how to get started.