git-wrapper:[只读] Git命令行周围PHP包装器

时间:2024-03-04 00:02:56
【文件属性】:

文件名称:git-wrapper:[只读] Git命令行周围PHP包装器

文件大小:23KB

文件格式:ZIP

更新时间:2024-03-04 00:02:56

PHP

围绕GITPHP包装器 Git Wrapper提供了一个可读的API,该API为您抽象了从PHP流程中执行Git命令的挑战。 它建立在的基础上,可在跨平台支持下执行Git命令,并使用PHP可用的最佳技术。 该库还提供了SSH包装脚本和API方法,供开发人员使用轻松指定默认值以外的私钥。 最后,期望在包含工作副本的目录中执行各种命令。 该库透明地处理此问题,因此开发人员不必考虑它。 安装 composer require symplify/git-wrapper 用法 use Symplify \ GitWrapper \ GitWrapper ; // Initialize the library. If the path to the Git binary is not passed as // the first argument when instantiating GitW


【文件预览】:
git-wrapper-master
----src()
--------GitWrapper.php(9KB)
--------Exception()
--------GitBranches.php(2KB)
--------Event()
--------GitTags.php(1KB)
--------GitCommand.php(4KB)
--------Process()
--------Strings()
--------Contract()
--------GitWorkingCopy.php(19KB)
--------EventSubscriber()
--------ValueObject()
----bin()
--------git-ssh-wrapper.sh(103B)
----LICENSE(1KB)
----composer.json(791B)
----.github()
--------FUNDING.yml(107B)
--------workflows()
----phpunit.xml(176B)
----rector.php(1KB)

网友评论