定制 neoglez/batch-manager 二次开发

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

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

neoglez/batch-manager

Composer 安装命令:

composer require neoglez/batch-manager

包简介

The BatchManager is an attempt to port the Drupal Batch API to the Zend Framework 2 event-driven, service-oriented arquitecture.

关键字:

README 文档

README

Build Status Code Coverage Scrutinizer Code Quality

Introduction

The BatchManager is an attempt to port the Drupal Batch API to the Zend Framework 3 event-driven, service-oriented arquitecture. The batch manager can be used to simulate or even implement asynchronous processing. It also tries to solve (in a rather naive way) the problem of scalability in a PHP environment where you usually have to increase the maximum execution time to accomplish a task depending on the size of some input. The Drupal Batch API is a very simple but powerful idea for a lot of practical use cases. If you are not familiar with it [go and give it a try] (https://www.drupal.org/node/180528). So why then write this module? Well, Drupal Batch API depends on Drupal, which is a framework but also a CMS, so in my opinion it isn’t flexible enough; I also think that Drupal’s hook-philosophy reassemble that of an event driven, but with some limitations so this module aims to decouple the functionality while using the comprehensive ZF2 EventManager component.

Installation

Main setup

With composer

  1. Load neoglez/batch-manager in your composer.json file.

    "require": {
        "neoglez/batch-manager": "dev-master"
    }
  2. Update composer

$ php composer.phar update

By cloning project

If you do not want to use composer, clone this project (either as a git submodule or not) into ./vendor/ directory.

Post installation

  1. Enable BatchManager in your application.config.phpfile.

    <?php
    return array(
        'modules' => array(
            // ...
            'BatchManager',
        ),
        // ...
    );
  2. To be able to use the assets under /batch-manager/public you can either install the module AssetManager or copy the files to your public directory.

Creating the table

You must create the required table in order to use the default BatchManager\Mapper\DbBatchMapper. You may use the schema located in data/batch.sql.

>mysql database < data/batch.sql

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2014-06-23

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固