hostarium/libcpmove 问题修复 & 功能扩展

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

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

hostarium/libcpmove

Composer 安装命令:

composer require hostarium/libcpmove

包简介

A library for parsing information from a cPanel cpmove file

README 文档

README

This library allows you to easily parse a cpmove archive file and retrieve details from it, such as the list of domains associated with the account. A cpmove file is the file generated by cPanel's backup wizard.

Install

Use composer: composer require hostarium\libcpmove

Usage

To use simply create a new Hostarium\CPMove object, providing the path to your cpmove file

$cp = new Hostarium\CPMove('/path/to/backup-user.tar.gz');

Functions

All functions, including the constructor, throw Hostarium\HostariumException on failure.

getDomains(bool $mainOnly = false)
getDomains() will return either an array containing the following keys:

  • Main Domain (main_domain)
  • Addon Domains (addon_domains)
  • Parked Domains (parked_domains)
  • Subdomains (sub_domains)

or a string of the main domain if $mainOnly is set to true

getSQLDatabases()
getSQLDatabases() will return an array of mySQL databases, or an empty array if no databases are found in the archive

getHomePath()
getHomePath() will return a string containing the absolute path to the account's home directory, minus a trailing slash

getMailboxes()
getMailboxes() will return an array of mailboxes, or an empty array if no mailboxes are found in the archive

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. Please see LICENSE and NOTICE for more information

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MPL-2.0
  • 更新时间: 2020-02-17

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固