-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
Install library using composer command:
$ composer require thewebsolver/pipeline