Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/towa0131/githubapi

GitHub APIs written in PHP
https://github.com/towa0131/githubapi

github github-api

Last synced: about 6 hours ago
JSON representation

GitHub APIs written in PHP

Awesome Lists containing this project

README

        

## GitHubAPI
GitHub API written in PHP.

## How to use?
Source:
```php
$api = new GitHubAPI("towa0131");
echo $api->getId() . PHP_EOL;
echo $api->getCreatedAt() . PHP_EOL;
```

Output:
```
23122010
2016-10-28T13:34:24Z
```