PHPackages                             visualappeal/php-gitolite - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. visualappeal/php-gitolite

ActiveLibrary

visualappeal/php-gitolite
=========================

1.0.8(9y ago)219MITPHPPHP &gt;=5.6CI failing

Since Dec 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/thelfensdrfer/php-gitolite)[ Packagist](https://packagist.org/packages/visualappeal/php-gitolite)[ RSS](/packages/visualappeal-php-gitolite/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (2)Versions (10)Used By (0)

[![Build Status](https://camo.githubusercontent.com/d84f6f9e98c06f769eff98a9b0bfd0a07bafa390ec6f28cb3639af05d8f72ee8/68747470733a2f2f7472617669732d63692e6f72672f7468656c66656e7364726665722f7068702d6769746f6c6974652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/thelfensdrfer/php-gitolite)

Read config
-----------

[](#read-config)

Parse simple gitolite configs.

### What can be parsed

[](#what-can-be-parsed)

- Users
- Groups
- Repositories and permissions

### What cannot be parsed

[](#what-cannot-be-parsed)

- @all
- Including another config file
- Rule accumulation

### Usage

[](#usage)

Group\[s\] consist of of other Group\[s\] and User\[s\].

```
$config = new VisualAppeal\Gitolite\Config($pathToConfig);

var_dump($config->getGroups());
var_dump($config->getRepositories());
```

Write config
------------

[](#write-config)

### Save config after a change was made

[](#save-config-after-a-change-was-made)

```
$config = new VisualAppeal\Gitolite\Config($pathToConfig);

// Make changes
// ...

$config->saveAs($pathToNewOrOldConfig);
$config->commitAndPush();
```

### Add user

[](#add-user)

```
$config->getGroups()['admins']->addUser('tom', [
	'keys' => [
		'/absolute/path/to/public/key.pub' => 'relative/path/in/keydir.pub'
	],
]);
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity64

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~12 days

Recently: every ~24 days

Total

9

Last Release

3334d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/81e28043849dc03142de395d05318c70cb408e645ebd5a3985ab5896c30951e0?d=identicon)[thelfensdrfer](/maintainers/thelfensdrfer)

---

Tags

gitolitephp

### Embed Badge

![Health badge](/badges/visualappeal-php-gitolite/health.svg)

```
[![Health](https://phpackages.com/badges/visualappeal-php-gitolite/health.svg)](https://phpackages.com/packages/visualappeal-php-gitolite)
```

###  Alternatives

[timacdonald/log-fake

A drop in fake logger for testing with the Laravel framework.

4235.9M56](/packages/timacdonald-log-fake)[jasonmccreary/laravel-test-assertions

A set of helpful assertions when testing Laravel applications.

3513.9M32](/packages/jasonmccreary-laravel-test-assertions)[ergebnis/phpunit-slow-test-detector

Provides facilities for detecting slow tests in phpunit/phpunit.

1468.1M72](/packages/ergebnis-phpunit-slow-test-detector)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M775](/packages/typo3-testing-framework)[webmozarts/strict-phpunit

Enables type-safe comparisons of objects in PHPUnit

31252.7k5](/packages/webmozarts-strict-phpunit)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
