Skip to content
Shesh Ghimire edited this page May 29, 2024 · 3 revisions

Welcome to TheWebSolver Pipeline 🚧

TheWebSolver Pipeline library follows the 🔗 Chain of Responsibility Design Pattern 🔗 to handle the given subject/request using pipes. The pipeline can accept any subject type, passes it through provided pipes and return the updated subject back.

Installation (via Composer)

Install library using composer command:

$ composer require thewebsolver/pipeline
Clone this wiki locally