prooph/common 问题修复 & 功能扩展

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

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

prooph/common

最新稳定版本:v4.6.1

Composer 安装命令:

composer require prooph/common

包简介

Common classes used across prooph packages

README 文档

README

Continuous Integration Coverage Status Gitter

Common classes shared between prooph components

Important

This library will receive support until December 31, 2019 and will then be deprecated.

For further information see the official announcement here: https://www.sasaprolic.com/2018/08/the-future-of-prooph-components.html

Note about versions

The 4.0 release is only for the newer prooph-components (event-store v7, service-bus v6, and so on). If you are using an older version of prooph/event-store or prooph/service bus, stick to 3.x series.

Shared Kernel

Prooph components work with php-fig standards and other de facto standards like Container-Interop whenever possible. But they also share some prooph specific classes. These common classes are included in this repository.

Documentation

Documentation is in the doc tree, and can be compiled using bookdown.

$ php ./vendor/bin/bookdown docs/bookdown.json $ php -S 0.0.0.0:8080 -t docs/html/

Then browse to http://localhost:8080/

Changes from 3.x series

  • Minimum requirement is now PHP 7.1
  • Add payload-method to Message interface
  • Removed version-method from Message interface
  • Removed ActionEventListener interface
  • Action Event Emitter can accept a list of available event names
  • Update to ramsey/uuid 3.5.1
  • Update to PHPUnit 6.0

Support

Contribute

Please feel free to fork and extend existing or add new features and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.

统计信息

  • 总下载量: 2.09M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 85
  • 点击次数: 1
  • 依赖项目数: 30
  • 推荐数: 0

GitHub 信息

  • Stars: 85
  • Watchers: 6
  • Forks: 23
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-03-05