Dip
DI container
A simple Dependency Injection Container for Swift.
Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances!
979 stars
24 watching
72 forks
Language: Swift
last commit: 8 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sabirvirtuoso/kraken | A simple Dependency Injection Container for Swift, providing easy-to-use syntax and rich functionality. | 1 |
yiisoft/di | A dependency injection container that provides a simple way to manage and resolve class dependencies. | 182 |
keboo/autodi | A dependency injection container that simplifies the process of managing object dependencies and resolves them at runtime. | 97 |
simpleinjector/simpleinjector | A fast and flexible Dependency Injection library for .NET applications | 1,214 |
kawoou/deli | A Dependency Injection framework to simplify the creation and management of objects in a software application | 135 |
lsoft/dpdtinject | A compile-time general purpose DI container for C# applications. | 32 |
z4kn4fein/stashbox | A lightweight dependency injection framework for .NET-based applications. | 141 |
defval/di | A dependency injection container for the Go programming language | 233 |
firasdarwish/ore | A lightweight and generic dependency injection container for Go that facilitates object lifetimes and inversion of control. | 9 |
darkleaf/di | A dependency injection framework for Clojure applications | 41 |
dfed/safedi | A compile-time safe dependency injection framework for Swift projects | 96 |
unitycontainer/unity | A dependency injection container for building loosely coupled applications with simplified object creation and abstraction of requirements. | 1,660 |
goioc/di | A lightweight, Spring-like Dependency Injection library for Go | 362 |
ilyapuchka/dipgen | Automates the process of generating DI container registrations and factories for Swift projects | 18 |
laracasts/simple-di-container | An implementation of Inversion of Control (IoC) container using Dependency Injection (DI) principles for managing object dependencies in PHP applications. | 49 |