PHPackages                             pulsestorm/php-github-api - 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. pulsestorm/php-github-api

ActiveMetapackage

pulsestorm/php-github-api
=========================

wrapper for KnpLabs/php-github-api

1.0.2(6y ago)012[2 PRs](https://github.com/astorm/php-github-api/pulls)MITPHP

Since Oct 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/astorm/php-github-api)[ Packagist](https://packagist.org/packages/pulsestorm/php-github-api)[ RSS](/packages/pulsestorm-php-github-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

php-github-api
==============

[](#php-github-api)

A [composer metapackage](https://getcomposer.org/doc/04-schema.md#type) that makes [the great KnpLabs/php-github-api](https://github.com/KnpLabs/php-github-api) package slightly easier to work with.

How to Use
----------

[](#how-to-use)

Just run

```
$ composer require pulsestorm/php-github-api

```

and you should be good to go. This package will install `knplabs/github-api` **and** the defacto-default `php-http/guzzle6-adapter` adapter. With those installed you can pull in your composer autoloader and start programming.

```
