51degrees/fiftyone.pipeline.engines 问题修复 & 功能扩展

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

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

51degrees/fiftyone.pipeline.engines

最新稳定版本:4.5.4

Composer 安装命令:

composer require 51degrees/fiftyone.pipeline.engines

包简介

Engines shared functionality library for 51Degrees Pipeline API.

关键字:

README 文档

README

51Degrees PHP Pipeline API

Developer Documentation

Introduction

This project contains the source code for the 'engines' functionality for the PHP implementation of the 51Degrees Pipeline API.

Tests

To run the tests in this repository, make sure PHPUnit is installed then, in the root of this repo, call:

phpunit --fail-on-warning --display-warnings --log-junit test-results.xml

Development

When making changes to pipeline.php.engines repository, it may be necessary to link to a local development version of pipeline dependencies. For information on this, see Composer local path.

For exmaple, if a development version of 51degrees/fiftyone.pipeline.core was stored locally, the location would be added with:

"repositories": [
	{
		"type": "path",
		"url": "../../path/to/packages/pipeline-php-core"
	}
]

then the dependency changed to:

"51degrees/fiftyone.pipeline.core": "*"

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: EUPL-1.2
  • 更新时间: 2020-01-08