Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: polothy/php-github-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ornicar/php-github-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 7, 2012

  1. Merge pull request ornicar#27 from mrmark/master

    Change URL back to Github API v2
    ornicar committed Mar 7, 2012
    Copy the full SHA
    209e45f View commit details

Commits on Jun 13, 2012

  1. Copy the full SHA
    c4705f0 View commit details

Commits on Nov 21, 2012

  1. Update lib/Github/Client.php

    Changed a value of @return tag in PHPDoc
    Igor Sidorenko committed Nov 21, 2012
    Copy the full SHA
    58291f3 View commit details

Commits on Nov 23, 2012

  1. Merge pull request ornicar#33 from sidorenko/patch-1

    Update lib/Github/Client.php
    ornicar committed Nov 23, 2012
    Copy the full SHA
    c2931d7 View commit details

Commits on Feb 4, 2013

  1. Update README.markdown

    ornicar committed Feb 4, 2013
    Copy the full SHA
    60bdbe4 View commit details
Showing with 5 additions and 1 deletion.
  1. +4 −0 README.markdown
  2. +1 −1 lib/Github/Client.php
4 changes: 4 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Deprecated. The development has moved to [github.com/KnpLabs/php-github-api](http://github.com/KnpLabs/php-github-api)

---

# PHP GitHub API

A simple Object Oriented wrapper for GitHub API, written with PHP5.
2 changes: 1 addition & 1 deletion lib/Github/Client.php
Original file line number Diff line number Diff line change
@@ -244,7 +244,7 @@ public function getPullRequestApi()
* @param string $name the API name
* @param Github_ApiInterface $api the API instance
*
* @return null
* @return Github_ApiInterface the API instance
*/
public function setApi($name, Github_ApiInterface $instance)
{