定制 prooph/prooph-event-store-module 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

prooph/prooph-event-store-module

最新稳定版本:v2.0

Composer 安装命令:

composer require prooph/prooph-event-store-module

包简介

ZF2 module that provides default functionality to use ProophEventStore in a ZF2 application

README 文档

README

[deprecated] Zend Framework 2 Module for ProophEventStore This module only support ProophEventStore <= 2.x. If you want to use PES v3+ with ZF2 then checkout proophessor

Build Status Coverage Status

Installation

You can install ProophEventStoreModule via composer by adding "prooph/prooph-event-store-module": "~2.0" as requirement to your composer.json.

Post installation

Enabling it in your application.config.phpfile.

<?php
return array(
    'modules' => array(
        // ...
        'ProophEventStoreModule',
    ),
    // ...
);

Configuration

DB Configuration

Copy the prooph.eventstore.db.local.php to your config/autoload directory and adjust the config to meet your needs. This config has the .local.php cause it requests you to configure a database connection (if you do not use the application wide configured Zend\Db\Adapter\Adapter) and should not be included in version control.

EventStore Configuration

Copy the prooph.eventstore.global.php to your config/autoload directory and adjust the config to meet your needs.

Retrieve ProophEventStore

The ProophEventStore can be retrieved from ServiceManager by using the alias prooph.event_store

$eventStore = $services->get('prooph.event_store');

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 6
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2014-06-29

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固