2017 © Pedro Peláez
 

library github-api

GitHub API v3 client

image

knplabs/github-api

GitHub API v3 client

  • Wednesday, July 25, 2018
  • by Knplabs
  • Repository
  • 84 Watchers
  • 1351 Stars
  • 1,342,082 Installations
  • PHP
  • 159 Dependents
  • 2 Suggesters
  • 447 Forks
  • 40 Open issues
  • 61 Versions
  • 4 % Grown

The README.md

PHP GitHub API

Build Status StyleCI Latest Stable Version Total Downloads Monthly Downloads Daily Downloads, (*1)

A simple Object Oriented wrapper for GitHub API, written with PHP., (*2)

Uses GitHub API v3 & supports GitHub API v4. The object API (v3) is very similar to the RESTful API., (*3)

Features

  • Light and fast thanks to lazy loading of API classes
  • Extensively tested and documented

Requirements

Quick install

Via Composer., (*4)

This command will get you up and running quickly with a Guzzle HTTP client., (*5)

composer require knplabs/github-api:^3.0 guzzlehttp/guzzle:^7.0.1 http-interop/http-factory-guzzle:^1.0

Advanced install

We are decoupled from any HTTP messaging client with help by HTTPlug., (*6)

Using a different http client

composer require knplabs/github-api:^3.0 symfony/http-client nyholm/psr7

To set up the Github client with this HTTP client, (*7)

use Github\Client;
use Symfony\Component\HttpClient\HttplugClient;

$client = Client::createWithHttpClient(new HttplugClient());

Read more about using different clients in our docs., (*8)

Framework integrations

Laravel

To integrate this library in laravel Graham Campbell created graham-campbell/github. See the installation instructions to get started in laravel., (*9)

Basic usage of php-github-api client

<?php

// This file is generated by Composer
require_once __DIR__ . '/vendor/autoload.php';

$client = new \Github\Client();
$repositories = $client->api('user')->repositories('ornicar');

From $client object, you have access to all available GitHub api endpoints., (*10)

Cache usage

This example uses the PSR6 cache pool redis-adapter. See http://www.php-cache.com/ for alternatives., (*11)

<?php

// This file is generated by Composer
require_once __DIR__ . '/vendor/autoload.php';

use Cache\Adapter\Redis\RedisCachePool;

$client = new \Redis();
$client->connect('127.0.0.1', 6379);
// Create a PSR6 cache pool
$pool = new RedisCachePool($client);

$client = new \Github\Client();
$client->addCache($pool);

// Do some request

// Stop using cache
$client->removeCache();

Using cache, the client will get cached responses if resources haven't changed since last time, without reaching the X-Rate-Limit imposed by github., (*12)

Documentation

See the doc directory for more detailed documentation., (*13)

License

php-github-api is licensed under the MIT License - see the LICENSE file for details, (*14)

Maintainers

Please read this post first., (*15)

This library is maintained by the following people (alphabetically sorted) : - @acrobat - @Nyholm, (*16)

Contributors

Thanks to GitHub for the high quality API and documentation., (*17)

The Versions

21/07 2017

1.7.x-dev

1.7.9999999.9999999-dev https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

26/07 2016

1.7.1

1.7.1.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

29/05 2016

1.7.0

1.7.0.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

20/05 2016

1.6.1

1.6.1.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

24/02 2016

1.6.0

1.6.0.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

11/10 2015

1.5.1

1.5.1.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

20/08 2015

1.4.15

1.4.15.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

20/08 2015

1.5.0

1.5.0.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

03/07 2015

1.4.14

1.4.14.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

03/07 2015

1.4.13

1.4.13.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

17/06 2015

1.4.12

1.4.12.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

26/05 2015

1.4.11

1.4.11.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

25/05 2015

1.4.10

1.4.10.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

21/05 2015

1.4.9

1.4.9.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

05/05 2015

1.4.8

1.4.8.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

07/04 2015

1.4.7

1.4.7.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

07/04 2015

1.4.6

1.4.6.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

28/03 2015

1.4.5

1.4.5.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

23/02 2015

1.4.4

1.4.4.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

18/02 2015

1.4.3

1.4.3.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

13/02 2015

1.4.2

1.4.2.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

23/12 2014

1.4.1

1.4.1.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

13/12 2014

1.4.0

1.4.0.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

23/09 2014

1.3.1

1.3.1.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

21/08 2014

1.3.0

1.3.0.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

01/08 2014

1.2.7

1.2.7.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

01/07 2014

1.2.6

1.2.6.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

25/06 2014

1.2.5

1.2.5.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

24/06 2014

1.2.4

1.2.4.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

17/06 2014

1.2.3

1.2.3.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

02/06 2014

1.2.2

1.2.2.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

05/01 2014

1.2.1

1.2.1.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

02/11 2013

1.2.0

1.2.0.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

22/10 2013

1.1.5

1.1.5.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist gh

30/08 2013

1.1.4

1.1.4.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

api github gist gh

27/12 2012

1.1.3

1.1.3.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

api github gist gh

21/12 2012

1.1.2

1.1.2.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

api github gist gh

25/10 2012

1.1.1

1.1.1.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

api github gist gh

01/10 2012

1.1.0

1.1.0.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

api github gist gh

07/09 2012

1.0.2

1.0.2.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

api github gist

05/09 2012

1.0.1

1.0.1.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

api github gist

19/07 2012

1.0.0

1.0.0.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

api github gist

12/07 2012

0.1

0.1.0.0 https://github.com/KnpLabs/php-github-api

GitHub API v3 client

  Sources   Download

MIT

The Requires

 

The Development Requires

api github gist