All Projects → saber → Similar Projects or Alternatives

413 Open source projects that are alternatives of or similar to saber

Depject
simplest dependency injection
Stars: ✭ 90 (+328.57%)
Mutual labels:  dependency-injection
AnotherBadBeatSaberClone
This is a discontinued but perhaps helpful VR project created during my Master's degree at FH Wedel.
Stars: ✭ 22 (+4.76%)
Mutual labels:  saber
Datakernel
Alternative Java platform, built from the ground up - with its own async I/O core and DI. Ultra high-performance, simple and minimalistic - redefines server-side programming, web-development and highload!
Stars: ✭ 87 (+314.29%)
Mutual labels:  dependency-injection
Jab
C# Source Generator based dependency injection container implementation.
Stars: ✭ 87 (+314.29%)
Mutual labels:  dependency-injection
unbox
Fast, simple, easy-to-use DI container
Stars: ✭ 45 (+114.29%)
Mutual labels:  dependency-injection
ReaLocate
ASP.NET MVC 5 Real Estate Application
Stars: ✭ 18 (-14.29%)
Mutual labels:  dependency-injection
Alfa
Effortless React State Management.
Stars: ✭ 86 (+309.52%)
Mutual labels:  dependency-injection
Foal
Elegant and all-inclusive Node.Js web framework based on TypeScript. 🚀.
Stars: ✭ 1,176 (+5500%)
Mutual labels:  dependency-injection
kink
Dependency injection container made for Python
Stars: ✭ 175 (+733.33%)
Mutual labels:  dependency-injection
Android App Architecture Mvvm Databinding
A simple but complete project (in both Java & Kotlin) to demonstrate the Android application architecture with MVVM pattern, a client app for The Movie DB Web API. Dagger2 is used for dependency injection and RxJava is used for RFP (Reactive Functional Programming).
Stars: ✭ 69 (+228.57%)
Mutual labels:  dependency-injection
lightsaber
Compile time dependency injection framework for JVM languages. Especially for Kotlin.
Stars: ✭ 119 (+466.67%)
Mutual labels:  dependency-injection
Pure Swift Dependency Injection
Dependency Injection in Pure Swift
Stars: ✭ 67 (+219.05%)
Mutual labels:  dependency-injection
ts-mock-imports
Intuitive mocking library for Typescript class imports
Stars: ✭ 103 (+390.48%)
Mutual labels:  dependency-injection
Daggraph
Dagger dependency graph generator for Android Developers
Stars: ✭ 1,140 (+5328.57%)
Mutual labels:  dependency-injection
redi
💉 A dependency injection library for TypeScript & JavaScript, along with a binding for React.
Stars: ✭ 29 (+38.1%)
Mutual labels:  dependency-injection
Fastify Decorators
Set of Typescript decorators to build Fastify server with controllers, services and hooks
Stars: ✭ 85 (+304.76%)
Mutual labels:  dependency-injection
loopback-next
LoopBack makes it easy to build modern API applications that require complex integrations.
Stars: ✭ 4,412 (+20909.52%)
Mutual labels:  dependency-injection
Rea Di
Dependency injection for React done right. Hierarchical injection on both component and service layer powered by injection-js (Angular DI framework) 🖖
Stars: ✭ 62 (+195.24%)
Mutual labels:  dependency-injection
inject
[Archived] See https://github.com/goava/di.
Stars: ✭ 49 (+133.33%)
Mutual labels:  dependency-injection
Pioneer Console Boilerplate
Dependency injection, logging and configuration in a .NET Core console application.
Stars: ✭ 60 (+185.71%)
Mutual labels:  dependency-injection
trew
A fast and very lightweight dependency injection library for Java 8+
Stars: ✭ 34 (+61.9%)
Mutual labels:  dependency-injection
Getting Started Koin Android
Getting started project with a Android & Koin
Stars: ✭ 83 (+295.24%)
Mutual labels:  dependency-injection
Macwire
Lightweight and Nonintrusive Scala Dependency Injection Library
Stars: ✭ 1,095 (+5114.29%)
Mutual labels:  dependency-injection
dudulina
CQRS + Event Sourcing library for PHP
Stars: ✭ 53 (+152.38%)
Mutual labels:  dependency-injection
Complex Redux Project Architecture
Redux architecture extended with a layer of services.
Stars: ✭ 53 (+152.38%)
Mutual labels:  dependency-injection
Inyector
Library to Implement Automatic dependency injection by Configuration over Scaned Assemblies
Stars: ✭ 13 (-38.1%)
Mutual labels:  dependency-injection
Aiodine
🧪 Async-first Python dependency injection library
Stars: ✭ 51 (+142.86%)
Mutual labels:  dependency-injection
vue3-oop
使用类和依赖注入写vue组件
Stars: ✭ 90 (+328.57%)
Mutual labels:  dependency-injection
MultipleAppModules
An example how to use multiple application modules in one android project
Stars: ✭ 105 (+400%)
Mutual labels:  dependency-injection
Dijs
JavaScript dependency injection for Node and browser environments.
Stars: ✭ 49 (+133.33%)
Mutual labels:  dependency-injection
potto
A minimum cross-platform implementation of COM (Component Object Model), DI/IOC framework
Stars: ✭ 13 (-38.1%)
Mutual labels:  inversion-of-control
Vue.js With Asp.net Core Sample
This provides a sample code using vue.js running on ASP.NET Core
Stars: ✭ 44 (+109.52%)
Mutual labels:  dependency-injection
simple-dijs
Simple Javascript Dependency Injection Container (DI) like Pimple, well tested browser/node - callbacks compatible Simple Javascript Dependency Injection Container (DI) like Pimple, well tested browser/node - ES6 Arrow Functions compatible
Stars: ✭ 18 (-14.29%)
Mutual labels:  dependency-injection
Gulp Di
gulp-di is a dependency injection framework for the Gulp streaming build system.
Stars: ✭ 40 (+90.48%)
Mutual labels:  dependency-injection
magnet
Dependency injection library for modular Android applications
Stars: ✭ 174 (+728.57%)
Mutual labels:  dependency-injection
ThinkRchive
An app showing all details for various Lenovo Thinkpad models. Made to try out Jepack Compose for Android.
Stars: ✭ 84 (+300%)
Mutual labels:  dependency-injection
func-dependency-injection-go
Dependency injection example using higher order functions
Stars: ✭ 26 (+23.81%)
Mutual labels:  dependency-injection
tsdi
Dependency Injection container (IoC) for TypeScript
Stars: ✭ 50 (+138.1%)
Mutual labels:  dependency-injection
Bankflix
Aplicação que simula um banco digital, contendo a área do cliente e administrativa, permitindo depósitos e transferências entre contas do mesmo banco. | Application that simulates a digital bank, containing the customer and administrative areas, allowing deposits and transfers between accounts of the same bank.
Stars: ✭ 82 (+290.48%)
Mutual labels:  dependency-injection
Fluent Symfony
Fluent configuration for Symfony
Stars: ✭ 80 (+280.95%)
Mutual labels:  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 (+39895.24%)
Mutual labels:  dependency-injection
react-magnetic-di
Dependency injection and replacement for React components and hooks
Stars: ✭ 103 (+390.48%)
Mutual labels:  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 (+4500%)
Mutual labels:  dependency-injection
sector
Simple Injector; Dependency Injection
Stars: ✭ 12 (-42.86%)
Mutual labels:  dependency-injection
Graphql Modules
Enterprise Grade Tooling For Your GraphQL Server
Stars: ✭ 962 (+4480.95%)
Mutual labels:  dependency-injection
SwiftInjection
Dependency Injection framework for Swift
Stars: ✭ 21 (+0%)
Mutual labels:  dependency-injection
Flair
This is powerful android framework
Stars: ✭ 31 (+47.62%)
Mutual labels:  dependency-injection
Autofac.Extras.NLog
An Autofac module to integrate Autofac and NLog, it supports both constructor and property injection.
Stars: ✭ 48 (+128.57%)
Mutual labels:  dependency-injection
Lean
Use the PHP League's Container package with auto-wiring support as the core container in Slim 3
Stars: ✭ 30 (+42.86%)
Mutual labels:  dependency-injection
async-injector
Reactive dependency injection for Rust.
Stars: ✭ 28 (+33.33%)
Mutual labels:  dependency-injection
Spring Depend
Tool for getting a spring bean dependency graph
Stars: ✭ 28 (+33.33%)
Mutual labels:  dependency-injection
gocontainer
Simple Dependency Injection Container
Stars: ✭ 18 (-14.29%)
Mutual labels:  dependency-injection
definject
Unobtrusive Dependency Injector for Elixir
Stars: ✭ 46 (+119.05%)
Mutual labels:  dependency-injection
Price Tracker
Price Tracking Application - An experimental Kotlin Android project with complex android app requirements.
Stars: ✭ 80 (+280.95%)
Mutual labels:  dependency-injection
Kata-Dagger2-Android
Kata to practice Dependency injection using Dagger 2.
Stars: ✭ 21 (+0%)
Mutual labels:  dependency-injection
Go Web
A new Golang MVC Framework. Like Laravel... but faster!
Stars: ✭ 79 (+276.19%)
Mutual labels:  dependency-injection
Marinator
Delicious Dependency Injection
Stars: ✭ 79 (+276.19%)
Mutual labels:  dependency-injection
mvp-architecture-kotlin-dagger-2-retrofit-android
Android Application MVP (Model-View-Presenter) architecture example using Dagger2 Dependency Injection (DI) and Retrofit Tutorial using Kotlin programming language.
Stars: ✭ 15 (-28.57%)
Mutual labels:  dependency-injection
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 (+11090.48%)
Mutual labels:  dependency-injection
Python Dependency Injector
Dependency injection framework for Python
Stars: ✭ 1,203 (+5628.57%)
Mutual labels:  dependency-injection
241-300 of 413 similar projects