kdyby / github
Github API client with authorization for Nette Framework
Installs: 1 504
Dependents: 1
Suggesters: 0
Security: 0
Stars: 15
Watchers: 8
Forks: 31
pkg:composer/kdyby/github
Requires
- ext-curl: *
- ext-json: *
- kdyby/curl-ca-bundle: ~1.0
- nette/nette: ~2.1@dev
Requires (Dev)
- jakub-onderka/php-parallel-lint: ~0.6
- nette/tester: @dev
This package is auto-updated.
Last update: 2022-02-01 12:34:43 UTC
README
Github API client with authorization for Nette Framework
Requirements
Kdyby/Github requires PHP 5.3.2 or higher with cUrl extension enabled.
Installation
The best way to install Kdyby/Github is using Composer:
$ composer require kdyby/github:~0.1
For Nette 2.1
and newer is ~0.1
Documentation
Learn how to authenticate the user using Github's oauth or call Github's api in documentation.
Homepage http://www.kdyby.org and repository http://github.com/Kdyby/Github.