文件名称:git-wrapper:围绕 Git 命令行实用程序的 PHP 包装器
文件大小:23KB
文件格式:ZIP
更新时间:2024-06-18 23:22:15
PHP
围绕 GIT 的 PHP 包装器 Git Wrapper 提供了一个可读的 API,它为您抽象了在 PHP 进程中执行 Git 命令的挑战。 它建立在之上,可在跨平台支持下执行 Git 命令,并使用 PHP 可用的同类最佳技术。 该库还为开发人员提供了一个 SSH 包装器脚本和 API 方法,可以使用轻松指定默认值以外的私钥。 最后,期望在包含工作副本的目录中执行各种命令。 库会透明地处理这个问题,因此开发人员不必考虑它。 安装 composer require cpliakas/git-wrapper 用法 use GitWrapper \ GitWrapper ; // Initialize the library. If the path to the Git binary is not passed as // the first argument when insta
【文件预览】:
git-wrapper-master
----README.md(6KB)
----bin()
--------git-ssh-wrapper.sh(103B)
----LICENSE(1KB)
----composer.json(2KB)
----src()
--------Contract()
--------Exception()
--------ValueObject()
--------Event()
--------GitTags.php(1KB)
--------EventSubscriber()
--------Process()
--------Strings()
--------GitWorkingCopy.php(19KB)
--------GitCommand.php(4KB)
--------GitBranches.php(2KB)
--------GitWrapper.php(9KB)