定制 lenochware/ftpdeploy 二次开发

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

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

lenochware/ftpdeploy

最新稳定版本:v1.6.1

Composer 安装命令:

composer create-project lenochware/ftpdeploy

包简介

pclib deploy tool

README 文档

README

Deploy your project on the production server, using FTP (SFTP, FTPS).

Show differences between development and production server and upload changes with one click.

Features

  • Preview of changes (diff between deployment and production version)
  • Choose files to deploy or deploy everything
  • Deployment over ftp, sftp, ftps protocols or to local filesystem
  • You can include/exclude files for deployment in your project

Example of configuration file config/myproject.php

return [
	'local' => '/local/path/to/files',
	'remote' => 'ftp://user:password@ftp.host.com/path/to/files',
	'password' => 'your-login',
	'charset' => 'source-code-charset' /* optional */
	'exclude' => [
		'~/.git',     /* ~ is project directory */
		'~/temp',
		'*.bak',
	],
];

Installation

Install it using composer:

composer create-project lenochware/ftpdeploy

or download from github

  • Create file ftp-deploy/config/your-project.php (see example above)
  • Directory ftp-deploy/data must be writeable
  • Run ftp-deploy

Requirements

  • php 7.0

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-02-10