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 2mo 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 22% 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

3333d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6951611217c483be5ed397558741096d79774454333e008d0a6ae3ac332af960?d=identicon)[AceXintense](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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