ifcastle/service-manager 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ifcastle/service-manager

最新稳定版本:v0.7.0

Composer 安装命令:

composer require ifcastle/service-manager

包简介

A library that allows organizing code according to the Services pattern.

关键字:

README 文档

README

Library for organizing the service layer.

This architecture is designed for stateful applications that distribute request execution across different workers.

The library provides a ready-made service layer architecture but does not contain a 100% implementation of the contracts.

The following contracts are external and should be implemented in other components:

Service repository:

  • RepositoryReaderInterface
  • ServiceCollectionInterface
  • ServiceCollectionWriterInterface

see https://github.com/EdmondDantes/configurator-ini for implementation example. and https://github.com/EdmondDantes/configuator-toml for TOML syntax.

Access control:

  • AccessCheckerInterface

Command bus:

  • CommandDescriptorInterface
  • ExecutionContextInterface

Interceptors:

  • ParameterResolverInterface

Tracing:

  • ServiceTracerInterface

Task runner and Workers:

  • TaskRunnerInterface
  • WorkerExecutorInterface

See Architecture for more information.

统计信息

  • 总下载量: 194
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 5
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-07-22