PHPackages                             acexintense/github-wrapper - 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. acexintense/github-wrapper

ActiveLibrary[API Development](/categories/api)

acexintense/github-wrapper
==========================

Simple Github wrapper for PHP projects.

0.0.1(9y ago)033[2 issues](https://github.com/AceXintense/GitHub-Wrapper/issues)PHPPHP &gt;=5.6.4

Since Mar 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/AceXintense/GitHub-Wrapper)[ Packagist](https://packagist.org/packages/acexintense/github-wrapper)[ RSS](/packages/acexintense-github-wrapper/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

GitHub Wrapper
==============

[](#github-wrapper)

A simple PHP class that allows creation and editing of GitHub's issues.

Requirements
============

[](#requirements)

A GitHub account is required to use this wrapper as GitHub needs authentication from a user.

A Token is also needed to be generated for the user in question. To generate a Token for the user simply goto :

Options
=======

[](#options)

These options are found in the GitHub.php class as constants.

```
(string) GITHUB_API - Generic API endpoint.
(string) TOKEN - Generate this for your user.
(string) REPOSITORY_OWNER - Owner of the repository create / update issues on.
(string) REPOSITORY - Repository to create / update issues on.

```

Usage
=====

[](#usage)

```
$github = GitHub::getInstance();

createIssueFromArray(issueContents, decode);

    issueContents : array
    decode: boolean(*)

    issueContents - Structure
    [
        'title' => '',
        'body' => '',
        'assignee' => '',
        'labels' => [
            ''
        ]
    ]

createIssue(title, body, assignee, labels, decode)

    title : string
    body : string
    assignee : string
    labels : array
    decode : boolean(*)

updateIssueFromArray(issueId, issueContents, decode)

    issueId : int
    issueContents : array
    decode : boolean(*)

    issueContents - Structure
    [
        'title' => '',
        'body' => '',
        'assignee' => '',
        'state' => '',
        'labels' => [
            ''
        ]
    ]

updateIssue(issueId, title, body, assignee, state, labels, decode)

    issueId : int
    title : string
    body : string
    assignee : string
    state: string
    labels : array
    decode : boolean(*)

updateIssuesFromArray(issueId, issueContents, decode)

    issueId : array
    issueContents : array
    decode : boolean(*)

    issueContents - Structure
    [
        'title' => '',
        'body' => '',
        'assignee' => '',
        'state' => '',
        'labels' => [
            ''
        ]
    ]

updateIssues(issueIds, title, body, assignee, state, labels, decode)

    issueIds : array
    title : string
    body : string
    assignee : string
    state: string
    labels : array
    decode : boolean(*)

getIssues(decode)

    decode : boolean(*)

(*) Decoding the response from the server from JSON to a PHP array.

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3381d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5291831?v=4)[Sam Grew](/maintainers/AceXintense)[@AceXintense](https://github.com/AceXintense)

---

Tags

phpwrapper

### Embed Badge

![Health badge](/badges/acexintense-github-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/acexintense-github-wrapper/health.svg)](https://phpackages.com/packages/acexintense-github-wrapper)
```

###  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)
