All Projects → Poodinis → Similar Projects or Alternatives

623 Open source projects that are alternatives of or similar to Poodinis

vesselize
⛵ A JavaScript IoC container that works seamlessly with Vue.js and React.
Stars: ✭ 22 (-61.4%)
React Ioc
Hierarchical Dependency Injection with new React 16 Context API
Stars: ✭ 133 (+133.33%)
DependencyInjector
Lightweight dependency injector
Stars: ✭ 30 (-47.37%)
Reflex
Minimal dependency injection framework for Unity
Stars: ✭ 263 (+361.4%)
Kangaru
🦘 A dependency injection container for C++11, C++14 and later
Stars: ✭ 297 (+421.05%)
iocgo
A lightweight Inversion of Control (IoC) (Dependency Injection) container for Golang
Stars: ✭ 36 (-36.84%)
Ioc
🦄 lightweight (<1kb) inversion of control javascript library for dependency injection written in typescript
Stars: ✭ 171 (+200%)
di
🛠 A full-featured dependency injection container for go programming language.
Stars: ✭ 156 (+173.68%)
SwiftInjection
Dependency Injection framework for Swift
Stars: ✭ 21 (-63.16%)
inject
[Archived] See https://github.com/goava/di.
Stars: ✭ 49 (-14.04%)
Zenject-2019
Dependency Injection Framework for Unity3D
Stars: ✭ 2,567 (+4403.51%)
Mutual labels:  ioc, dependency-injection, injection
ThunderboltIoc
One of the very first IoC frameworks for .Net that has no reflection. An IoC that casts its services before thunder casts its bolts.
Stars: ✭ 40 (-29.82%)
ashley
Ashley is a dependency injection container for JavaScript.
Stars: ✭ 23 (-59.65%)
alpha-dic
Powerful dependency injection container for node.js
Stars: ✭ 27 (-52.63%)
Singularity
A extremely fast ioc container for high performance applications
Stars: ✭ 63 (+10.53%)
fusion
A simple automated dependency injection library for TypeScript, supporting React class and functional components.
Stars: ✭ 18 (-68.42%)
Mutual labels:  ioc, dependency-injection, injection
tsdi
Dependency Injection container (IoC) for TypeScript
Stars: ✭ 50 (-12.28%)
Mutual labels:  ioc, dependency-injection, injection
brisk-ioc
fast light brisk ioc/di container on nodejs; Node下快速 轻量的IoC/DI容器,依赖注入,配合装饰器使用
Stars: ✭ 12 (-78.95%)
Node Dependency Injection
The NodeDependencyInjection component allows you to standarize and centralize the way objects are constructed in your application.
Stars: ✭ 140 (+145.61%)
Container
A lightweight yet powerful IoC container for Go projects
Stars: ✭ 160 (+180.7%)
Disco
PSR-11 compatible Dependency Injection Container for PHP.
Stars: ✭ 135 (+136.84%)
Container Ioc
Inversion of Control container & Dependency Injection for Javascript and Node.js apps powered by Typescript.
Stars: ✭ 89 (+56.14%)
Mutual labels:  dependency-injection, ioc, injection
Di
Dependency Injection and IoC framework for PHP
Stars: ✭ 5 (-91.23%)
Typescript Ioc
A Lightweight annotation-based dependency injection container for typescript.
Stars: ✭ 427 (+649.12%)
Python Dependency Injector
Dependency injection framework for Python
Stars: ✭ 1,203 (+2010.53%)
Tsyringe
Lightweight dependency injection container for JavaScript/TypeScript
Stars: ✭ 2,761 (+4743.86%)
Mutual labels:  dependency-injection, ioc, injection
Typhoon
Powerful dependency injection for Objective-C ✨✨ (https://PILGRIM.PH is the pure Swift successor to Typhoon!!)✨✨
Stars: ✭ 2,711 (+4656.14%)
tsed
📐 Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.
Stars: ✭ 2,350 (+4022.81%)
Mutual labels:  ioc, dependency-injection
ReaLocate
ASP.NET MVC 5 Real Estate Application
Stars: ✭ 18 (-68.42%)
Servicemanager
🔌 Most basic implementation of dependency injection container for JavaScript
Stars: ✭ 29 (-49.12%)
typeioc
Dependency injection container for typescript / javascript
Stars: ✭ 32 (-43.86%)
Mutual labels:  ioc, injection
containerx
⚡简单的Java依赖注入框架,代码量少,实现了依赖注入和AOP。适合Spring源码的初学者掌握其核心原理
Stars: ✭ 76 (+33.33%)
Mutual labels:  ioc, ioc-container
AnnotationInject
Compile-time Swift dependency injection annotations
Stars: ✭ 40 (-29.82%)
Mutual labels:  dependency-injection, injection
Asp.net MVC5 DDD EF6 IoC
Asp.net C# MVC5, EF6, DDD, IoC
Stars: ✭ 14 (-75.44%)
Mutual labels:  ioc, dependency-injection
moneta
Moneta is a live usermode memory analysis tool for Windows with the capability to detect malware IOCs
Stars: ✭ 384 (+573.68%)
Mutual labels:  ioc, injection
ioc-ts
Inversion of control container on TypeScript
Stars: ✭ 14 (-75.44%)
Mutual labels:  ioc, dependency-injection
PopKorn
DI can be simple. Forget about modules and components. Just use it!
Stars: ✭ 139 (+143.86%)
Mutual labels:  dependency-injection, injection
Simplify
Simplify is a set of .NET libraries that provide infrastructure for your applications. DI and mocking friendly.
Stars: ✭ 52 (-8.77%)
vue3-oop
使用类和依赖注入写vue组件
Stars: ✭ 90 (+57.89%)
Mutual labels:  ioc, dependency-injection
CNeptune
CNeptune improve productivity & efficiency by urbanize .net module with meta-code to lay foundation for frameworks
Stars: ✭ 30 (-47.37%)
Mutual labels:  ioc, injection
inject
A simple Kotlin multi-platform abstraction around the javax.inject annotations.
Stars: ✭ 42 (-26.32%)
Mutual labels:  dependency-injection, injection
vue-ioc
IoC and DI for Vue powered by InversifyJS and inspired by Angular Module syntactic sugar.
Stars: ✭ 39 (-31.58%)
Mutual labels:  ioc, dependency-injection
loopback-next
LoopBack makes it easy to build modern API applications that require complex integrations.
Stars: ✭ 4,412 (+7640.35%)
Mutual labels:  ioc, dependency-injection
redi
💉 A dependency injection library for TypeScript & JavaScript, along with a binding for React.
Stars: ✭ 29 (-49.12%)
Mutual labels:  ioc, dependency-injection
Inversifyjs
InversifyJS is a lightweight inversion of control (IoC) container for TypeScript and JavaScript apps. An IoC container uses a class constructor to identify and inject its dependencies. InversifyJS has a friendly API and encourages the usage of the best OOP and IoC practices.
Stars: ✭ 8,399 (+14635.09%)
Mutual labels:  dependency-injection, ioc
AzureFunctions.Extensions
This provides some useful extensions for Azure Functions.
Stars: ✭ 81 (+42.11%)
refuel
Lightweight dependency injection engine and DI-driven tools.
Stars: ✭ 21 (-63.16%)
Mutual labels:  dependency-injection, injection
Oragon.Spring
Spring.NET (spring.core + spring.aop) on .NET Standard 2.0
Stars: ✭ 19 (-66.67%)
Hangfire.StructureMap
Hangfire background job activator based on the StructureMap IoC container
Stars: ✭ 16 (-71.93%)
Mutual labels:  ioc, dependency-injection
diod
A very opinionated inversion of control (IoC) container and dependency injector for Typescript, Node.js or browser apps.
Stars: ✭ 36 (-36.84%)
Mutual labels:  ioc, dependency-injection
Vue.js With Asp.net Core Sample
This provides a sample code using vue.js running on ASP.NET Core
Stars: ✭ 44 (-22.81%)
granitic
Web/micro-services and IoC framework for Golang developers
Stars: ✭ 32 (-43.86%)
Mutual labels:  ioc, dependency-injection
Simpleinjector
An easy, flexible, and fast Dependency Injection library that promotes best practice to steer developers towards the pit of success.
Stars: ✭ 966 (+1594.74%)
opyoid
Dependency injection library for Python
Stars: ✭ 34 (-40.35%)
Mutual labels:  dependency-injection, injection
Quicklib
Quick development library (AutoMapper, LinQ, IOC Dependency Injection, MemoryCache, Scheduled tasks, Config, Serializers, etc) with crossplatform support for Delphi/Firemonkey (Windows,Linux,OSX/IOS/Android) and freepascal (Windows/Linux).
Stars: ✭ 274 (+380.7%)
Mutual labels:  dependency-injection, ioc
pythondi
Python lightweight dependency injection library
Stars: ✭ 26 (-54.39%)
Blog.core
💖 ASP.NET Core 6.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
Stars: ✭ 3,542 (+6114.04%)
Mutual labels:  dependency-injection, ioc
Ecsrx
A reactive take on the ECS pattern for .net game developers
Stars: ✭ 288 (+405.26%)
Mutual labels:  ioc, ioc-container
Autofac
An addictive .NET IoC container
Stars: ✭ 3,713 (+6414.04%)
Loopback Next
LoopBack makes it easy to build modern API applications that require complex integrations.
Stars: ✭ 3,972 (+6868.42%)
Mutual labels:  dependency-injection, ioc
1-60 of 623 similar projects