SaaSHub helps you find the best software and product alternatives Learn more →
Parsley Alternatives
Similar projects and alternatives to parsley based on common topics and language
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
container
A lightweight yet powerful IoC dependency injection container for the Go programming language (by golobby)
-
kod
A generics based dependency injection application framework for Go, supporting aspect oriented programming based on interceptors (by go-kod)
-
-
-
spine
요청 처리 과정을 명시적으로 드러내는 실행 중심 백엔드 프레임워크, Execution-centric backend framework that makes request handling explicit. (by NARUBROWN)
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better parsley alternative or higher similarity.
parsley discussion
parsley reviews and mentions
Posts with mentions or reviews of parsley.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-05-15.
-
Part 5: Mastering Dependency Resolution in Go with Parsley
In this fifth part of our series, we dive into Advanced Dependency Resolution Techniques. Building on our knowledge of Part 4: Advanced Registration Patterns in Go with Parsley, we will explore how Parsley handles lazy loading, service lists, and manual dependency provision.
-
Part 0: The Case for Dependency Injection in Go
Read more about the Inversion of Control (IoC) principle in the official Parsley documentation.
-
Part 6: Ensuring Reliability - Validation and Proxies with Parsley
Parsley addresses this through Generated Proxies and Method Interceptors.
-
Part 4: Advanced Registration Patterns in Go with Parsley
In this article, we will explore Advanced Registration Patterns in Parsley that address these challenges: Modules, Factory Functions, and Named Services.
-
Part 2: Mastering Service Registration in Go with Parsley
Parsley’s registration system is designed to handle this complexity by leveraging Go’s reflection capabilities. Instead of you calling the constructor, you tell Parsley about the constructor. Parsley then takes responsibility for resolving the arguments and invoking the function.
-
Part 1: Mastering Dependency Injection in Go: A Quick Start Guide
You may have evaluated tools like google/wire for compile-time generation or uber-go/dig for runtime reflection-based injection. Parsley provides a balanced, reflection-based alternative designed to bridge the gap between simple configuration and automated service activation.
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Jun 2026
Stats
Basic parsley repo stats
7
32
-
about 1 month ago
matzefriedrich/parsley is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of parsley is Go.