ifcastle/design-patterns
最新稳定版本:0.4.1
Composer 安装命令:
composer require ifcastle/design-patterns
包简介
A library of common design patterns for building stateful server applications.
README 文档
README
Common Design Patterns for Stateful applications.
Patterns
Execution Plan- Patterns that allow you to create a sequence of actions that can be executed in a specific order.Factory- A pattern that allows you to create objects.Final Handlers- Method for determining handlers that will be executed at the very end of the FLOW, even if an error occurs.Immutable- A pattern/trait that allows you to create immutable objects.Interceptor- A pattern that allows you to intercept the execution of a method and modify its behavior with arguments.IntervalRunner- Interval execution strategy that provides logic for running some code.Iterators- Group of contracts for iterators that extends basic conventions.Pool- Pool pattern focused on resource usage in a multithreaded environment.ScopeControl- A pattern that imposes restrictions on operations based on the current scope.
统计信息
- 总下载量: 264
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 3
- 依赖项目数: 8
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-07-29