Popularity
4.0
Growing
Activity
6.5
-
9
5
1

Programming language: Crystal
License: MIT License
Tags: Dependency Injection    
Latest version: v0.2.2

Athena Dependency Injection alternatives and similar shards

Based on the "Dependency Injection" category.
Alternatively, view Athena Dependency Injection alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Athena Dependency Injection or a related project?

Add another 'Dependency Injection' Shard

README

Dependency Injection

CI Latest release

Robust dependency injection service container framework.

Installation

  1. Add the dependency to your shard.yml:
dependencies:
  athena-dependency_injection:
    github: athena-framework/dependency-injection
    version: 0.2.0
  1. Run shards install

Documentation

Everything is documented in the API Docs.

Contributing

  1. Fork it (https://github.com/athena-framework/dependency-injection/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors