PHP7 GitHub API v3


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.

Quick Start

1<?php
2// Create a client object
3$client = new \FlexyProject\GitHub\Client();
4
5// Miscellaneous
6$miscellaneous = $client->getReceiver(\FlexyProject\GitHub\Client::MISCELLANEOUS);
7
8// Lists all the emojis available to use on GitHub.
9$emojis = $miscellaneous->getReceiver(\FlexyProject\GitHub\Receiver\Miscellaneous::EMOJIS);
10$emojis->get();
PHP7 GitHub API v3
Project info

  • Version1.1
  • LicenseGNU Lesser General Public License v3.0
  • Sources
  • Documentation
  • LanguagePHP

Built with Next.js and Joy-UI, deployed on Vercel.

Designed and coded with ♥ in Montreal with WebStorm.

All text is set in the Nunito typeface.

© 2013-2024 All rights reserved.