linkorb/data-router
Composer 安装命令:
composer require linkorb/data-router
包简介
DataRouter: library for routing arbitrary data based on hierarchical rules
README 文档
README
Simple library to route data based on nested routing rules
Use-cases:
- Advanced alert/support routing based on schedules, escalation, priorities, etc
- Q/A routing
- Self-service
- On-call scheduling
Concepts
Using the DataRouter library you create a nested tree structure of Routes.
Every Route has a name, expression (for matching), and optionally child routes and output data.
The expressions are evaluated hierarchically using the Symfony Expression Language Component allowing for arbitrarily complex routing rules.
You can pass in your own "ExpressionLanguage" instance to support your own custom functions to enrich your expressions.
Example
Check example/example.php for a simple example for a common usage scenario:
- Loading routes from a YAML config file (included
test-routes.yaml) - Instantiating a custom ExpressionLanguage instance with a custom method
- Instantiating a Router
- Routing / output
- Logging / debugging
php example/example.php
License
MIT. Please refer to the license file for details.
Brought to you by the LinkORB Engineering team
Check out our other projects at linkorb.com/engineering.
Btw, we're hiring!
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-08-17