PHPackages                             clippedcode/git - 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. [API Development](/categories/api)
4. /
5. clippedcode/git

ActivePackage[API Development](/categories/api)

clippedcode/git
===============

GIT SERVER API Client written in PHP for Consuming APIs of Custom Git Server. Supporting Laravel 5.6/5.7/5.8+ (^5.6) and PHP 7.1+ (^7.1). A LARAVEL BRIDGE PACKAGE.

21PHP

Since May 16Pushed 7y ago2 watchersCompare

[ Source](https://github.com/clippedcode/git-api-bridge)[ Packagist](https://packagist.org/packages/clippedcode/git)[ RSS](/packages/clippedcode-git/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

GIT API CLIENT
==============

[](#git-api-client)

**Current Status: `ALPHA.1`**

This is an API Client for Custom GIT server. This Repository is based on [Joachim M. Giaever's `gogs-php-api-client`](https://git.giaever.org/joachimmg/gogs-php-api-client). This Repository retains the Orignal Author of the Project.

> **Q:** What is GOGS?
>
> **A:** GOGS is a Painless self-hosted Git Server written in GO Programming Language. It is so light weight that it can even run on 512mb RAM in a Docker Instance. It has a Front-end Interface as well as REST API (`v1`) that this client consumes.

Requirements
------------

[](#requirements)

- `laravel/laravel:^5.7` (Laravel 5.7+)
- `PHP:^7.0` (PHP 7.0+)
- `guzzlehttp/guzzle:^6.2` (Guzzle 6.2+)

> This Package/Library might work with lower Versions of the above mentioned products too but still have not been tested.

Installation
------------

[](#installation)

### 1. Composer

[](#1-composer)

```
composer require clippedcode/git:dev-master
```

### 2. Laravel

[](#2-laravel)

- Register Service Provider:

    > As it require minimum Laravel `5.7+` Installation, therefore the `Clippedcode\Git\GitServiceProvider::class` will be registered automatically.
- Publish Configuration:

    ```
    php artisan vendor:publish --tag=clippedcode_git_config
    ```
- Edit Configurations: Edit the configurations according to your needs.

Usage
-----

[](#usage)

Read the [API Readme](./README-API.md) for a detailed Information of working with this repository.

Also Consider Reading [GOGS API Documentation](https://github.com/gogs/docs-api).

Contributions
-------------

[](#contributions)

Contributions to this Repository are welcomed through **Pull Requests** and **Issues**.

License
-------

[](#license)

This repository is Licensed Under `MIT License`. Learn More about the [LICENSE](./LICENSE).

Credits
-------

[](#credits)

- **Joachim M. Giaever**: [GOGS PHP API Client](https://git.giaever.org/joachimmg/gogs-php-api-client)

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 81.8% of commits — single point of failure

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/986e8e7edc6302ff10e021458e6adc8b98a95b3e27a4d3f40d9fc25ec69beb41?d=identicon)[clippedcode](/maintainers/clippedcode)

---

Top Contributors

[![RodWizard](https://avatars.githubusercontent.com/u/5007017?v=4)](https://github.com/RodWizard "RodWizard (9 commits)")[![secrethash](https://avatars.githubusercontent.com/u/11258035?v=4)](https://github.com/secrethash "secrethash (2 commits)")

### Embed Badge

![Health badge](/badges/clippedcode-git/health.svg)

```
[![Health](https://phpackages.com/badges/clippedcode-git/health.svg)](https://phpackages.com/packages/clippedcode-git)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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