SkillAgentSearch skills...

PhpGit

Pure PHP implementation of Git

Install / Use

/learn @jackprice/PhpGit
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

phpgit

PhpGit is a pure-php implementation of Git.

It's a work-in-progress at the moment - but for now, here are some examples.

<?php

use JackPrice\PhpGit\Repository;

$repository = new Repository('/path/to/repository');
$master     = $repository->getHead();
$hash       = $master->getHash();

echo "master is at {$hash}\n";
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated6y ago
Forks0

Languages

PHP

Security Score

55/100

Audited on Jan 29, 2020

No findings