Skip to content

[UNMAINTAINED] This is a simple Object Oriented wrapper for GitHub API v3, written with PHP7.

License

Notifications You must be signed in to change notification settings

jventer12345/GitHubAPI

 
 

Repository files navigation

PHP7 Client & WebHook wrapper for GitHub API v3

Latest Stable Version Total Downloads License Build Status Scrutinizer Code Quality

This is a simple Object Oriented wrapper for GitHub API v3, written with PHP7.
This library works with cURL and provides all documented functionality as described in the official documentation including Client and WebHooks.

Requirements

Quick Start

// Create a client object
$client = new \FlexyProject\GitHub\Client();

// Miscellaneous
$miscellaneous = $client->getReceiver(\FlexyProject\GitHub\Client::MISCELLANEOUS);

// Lists all the emojis available to use on GitHub.
$emojis = $miscellaneous->getReceiver(\FlexyProject\GitHub\Receiver\Miscellaneous::EMOJIS);
$emojis->get();

Documentation

The full documentation is available in the wiki section.

License

The files in this archive are released under the GNU Lesser GPL v3 license.

About

[UNMAINTAINED] This is a simple Object Oriented wrapper for GitHub API v3, written with PHP7.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%