Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
romainneutron
/
php-github-api
Public
forked from
KnpLabs/php-github-api
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 14, 2013
Merge pull request #28 from asm89/patch-1
Show description for f3db6b5
stloyd
committed
f3db6b5
View commit details
Copy full SHA for f3db6b5
Browse repository at this point
Fix typo in README
asm89
committed
944f92b
View commit details
Copy full SHA for 944f92b
Browse repository at this point
Commits on Jan 12, 2013
Update README.markdown
Show description for 7a7f55a
stloyd
committed
7a7f55a
View commit details
Copy full SHA for 7a7f55a
Browse repository at this point
Commits on Jan 11, 2013
Merge pull request #26 from nlegoff/exception_interface
Show description for dcabad5
stloyd
committed
dcabad5
View commit details
Copy full SHA for dcabad5
Browse repository at this point
Add Github\Exception\ExceptionInterface
nlegoff
committed
8b518e4
View commit details
Copy full SHA for 8b518e4
Browse repository at this point
Commits on Jan 8, 2013
Update lib/Github/Api/User.php
Show description for 748d583
stloyd
committed
748d583
View commit details
Copy full SHA for 748d583
Browse repository at this point
Commits on Jan 4, 2013
Allow to easier skip `$password` parameter when calling `authenticate()` method.
stloyd
committed
d1d9af8
View commit details
Copy full SHA for d1d9af8
Browse repository at this point
Commits on Dec 29, 2012
Update doc/request_any_route.md
Show description for 0880dbd
stloyd
committed
0880dbd
View commit details
Copy full SHA for 0880dbd
Browse repository at this point
Commits on Dec 27, 2012
Throw exception if unknown auth method is used.
Show description for a886a1b
stloyd
committed
a886a1b
View commit details
Copy full SHA for a886a1b
Browse repository at this point
Commits on Dec 21, 2012
Add simple way to configure cache dir
stloyd
committed
eb1702c
View commit details
Copy full SHA for eb1702c
Browse repository at this point
Polish `ClientTest` to better cover authentication call
stloyd
committed
34c1dff
View commit details
Copy full SHA for 34c1dff
Browse repository at this point
Fix tests for `AuthListener`
Show description for 283d4a9
stloyd
committed
283d4a9
View commit details
Copy full SHA for 283d4a9
Browse repository at this point
Add missing simple test for authentication with `Client::AUTH_URL_CLIENT_ID`, extended Travis-CI testing
stloyd
committed
161335d
View commit details
Copy full SHA for 161335d
Browse repository at this point
Polished API for `CachedHttpClient`, removed BC break in `HttpClientInterface`
stloyd
committed
c633cc7
View commit details
Copy full SHA for c633cc7
Browse repository at this point
Merge pull request #20 from KnpLabs/since
Show description for 910a807
stloyd
committed
910a807
View commit details
Copy full SHA for 910a807
Browse repository at this point
Commits on Dec 2, 2012
Merge pull request #22 from richardfullmer/status-create-fix
Show description for 4b39942
stloyd
committed
4b39942
View commit details
Copy full SHA for 4b39942
Browse repository at this point
Fix an issue with being able to update statuses
richardfullmer
committed
33d02e9
View commit details
Copy full SHA for 33d02e9
Browse repository at this point
Commits on Nov 15, 2012
Merge pull request #21 from m4tthumphrey/master
Show description for 7cae754
stloyd
committed
7cae754
View commit details
Copy full SHA for 7cae754
Browse repository at this point
Fixed test for Teams->show()
m4tthumphrey
committed
c582607
View commit details
Copy full SHA for c582607
Browse repository at this point
Fix URL for show() method
m4tthumphrey
committed
30858c5
View commit details
Copy full SHA for 30858c5
Browse repository at this point
Commits on Nov 14, 2012
add readme info for cache
docteurklein
committed
977dc58
View commit details
Copy full SHA for 977dc58
Browse repository at this point
fix missing buzz method
docteurklein
committed
0694a49
View commit details
Copy full SHA for 0694a49
Browse repository at this point
fix tests relative to constructor arguments changing
docteurklein
committed
8b36478
View commit details
Copy full SHA for 8b36478
Browse repository at this point
Use If-modified-since headers to avoid X-Rate-Limit decrease
docteurklein
committed
c1baf7f
View commit details
Copy full SHA for c1baf7f
Browse repository at this point
Commits on Nov 6, 2012
Fix CS and add test for latest merge
stloyd
committed
65e9828
View commit details
Copy full SHA for 65e9828
Browse repository at this point
Merge pull request #18 from m4tthumphrey/master
Show description for 0df9f48
stloyd
committed
0df9f48
View commit details
Copy full SHA for 0df9f48
Browse repository at this point
Commits on Nov 5, 2012
Add parameters parameter to put()
m4tthumphrey
committed
ff614c9
View commit details
Copy full SHA for ff614c9
Browse repository at this point
Add parameters parameter to put()
m4tthumphrey
committed
9a4ec3d
View commit details
Copy full SHA for 9a4ec3d
Browse repository at this point
Add option to add repos to organizations
m4tthumphrey
committed
663722a
View commit details
Copy full SHA for 663722a
Browse repository at this point
Commits on Nov 2, 2012
Merge pull request #17 from m4tthumphrey/master
Show description for 22c1d08
stloyd
committed
22c1d08
View commit details
Copy full SHA for 22c1d08
Browse repository at this point
Add default error message
Show description for da77143
m4tthumphrey
committed
da77143
View commit details
Copy full SHA for da77143
Browse repository at this point
Merge pull request #16 from matejskubic/AUTH_URL_TOKEN_bugfix
Show description for 3242cf5
stloyd
committed
3242cf5
View commit details
Copy full SHA for 3242cf5
Browse repository at this point
Authentication with AUTH_URL_TOKEN bug fix
Show description for b38d803
matejskubic
committed
b38d803
View commit details
Copy full SHA for b38d803
Browse repository at this point
Commits on Oct 30, 2012
Introduce user Notifications API
stloyd
committed
265a427
View commit details
Copy full SHA for 265a427
Browse repository at this point
Commits on Oct 25, 2012
Add more shortcuts for API factory method to prevent some typos.
Show description for 0a14df1
stloyd
committed
0a14df1
View commit details
Copy full SHA for 0a14df1
Browse repository at this point
Previous
Next
You can’t perform that action at this time.