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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
squarecloudlabs
/
msgraph-sdk-php
Public
forked from
microsoftgraph/msgraph-sdk-php
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
Breadcrumbs
History for
msgraph-sdk-php
src
Http
GraphRequest.php
on
dev
User selector
All users
All time
Commit history
Commits on Aug 29, 2022
Change timeout type
jmsche
committed
d29ef43
View commit details
Copy full SHA for d29ef43
View code at this point
Browse repository at this point
Commits on Mar 18, 2022
Normalize line endings
Ndiritu
committed
fbffbaf
View commit details
Copy full SHA for fbffbaf
View code at this point
Browse repository at this point
Correctly check if constant is defined
Show description for e1063a4
Ndiritu
and
SilasKenneth
authored
e1063a4
View commit details
Copy full SHA for e1063a4
View code at this point
Browse repository at this point
Fix HTTP2 platform check to support curl versions <7.33.0
Ndiritu
committed
6b0f34b
View commit details
Copy full SHA for 6b0f34b
View code at this point
Browse repository at this point
Commits on Mar 14, 2022
Update comment
Ndiritu
committed
993bb84
View commit details
Copy full SHA for 993bb84
View code at this point
Browse repository at this point
Change curl check
Ndiritu
committed
fa17920
View commit details
Copy full SHA for fa17920
View code at this point
Browse repository at this point
Configure Guzzle for HTTP 2 if platform supports it
Ndiritu
committed
eb233d5
View commit details
Copy full SHA for eb233d5
View code at this point
Browse repository at this point
Commits on Aug 11, 2021
replace hard locking to Guzzle Stream with PSR StreamInterface
Show description for a3d4925
Jan-SverreRiksfjord
committed
a3d4925
View commit details
Copy full SHA for a3d4925
View code at this point
Browse repository at this point
Commits on Aug 4, 2021
Revert to Utils::streamFor() in Core classes and tests
Ndiritu
committed
7aef6b5
View commit details
Copy full SHA for 7aef6b5
View code at this point
Browse repository at this point
Commits on Jul 23, 2021
Downgrade guzzlehttp/psr7 to 1.0 and revert #544
Ndiritu
committed
739d8f4
View commit details
Copy full SHA for 739d8f4
View code at this point
Browse repository at this point
Commits on Jul 2, 2021
Replace deprecated `GuzzleHttp\Psr7\stream_for()` function
SilasKenneth
committed
f2aaa78
View commit details
Copy full SHA for f2aaa78
View code at this point
Browse repository at this point
Commits on May 20, 2021
Update return type in PHPDocs for methods inherited by GraphCollectionRequest from GraphRequest
Ndiritu
committed
ee2f8e7
View commit details
Copy full SHA for ee2f8e7
View code at this point
Browse repository at this point
Commits on May 11, 2021
Add missing protected property declaration
Patrick Rose
committed
18068e3
View commit details
Copy full SHA for 18068e3
View code at this point
Browse repository at this point
Allow SSL verification when using a proxy
Show description for 6ae583d
Patrick Rose
committed
6ae583d
View commit details
Copy full SHA for 6ae583d
View code at this point
Browse repository at this point
Commits on Apr 24, 2021
Fix BC break in "Fix truncated error messages"
guilliamxavier
committed
0f5d915
View commit details
Copy full SHA for 0f5d915
View code at this point
Browse repository at this point
Commits on Apr 12, 2021
Rename Utils to ExceptionWrapper
Ndiritu
committed
897ae61
View commit details
Copy full SHA for 897ae61
View code at this point
Browse repository at this point
Wrap Guzzle BadResponseException
Show description for d80fd62
Ndiritu
committed
d80fd62
View commit details
Copy full SHA for d80fd62
View code at this point
Browse repository at this point
Commits on Mar 24, 2021
Upgrade PHPUnit to ^9.0, replace deprecated test methods and upgrade min PHP version to 7.3 (#418)
Ndiritu
authored
6974880
View commit details
Copy full SHA for 6974880
View code at this point
Browse repository at this point
Commits on Dec 17, 2020
Respect timeout for download
MIchaelMainer
committed
266961c
View commit details
Copy full SHA for 266961c
View code at this point
Browse repository at this point
Commits on Aug 31, 2020
Doc update - fix ms to seconds (#307)
Show description for f3c465c
osalabs
authored
f3c465c
View commit details
Copy full SHA for f3c465c
View code at this point
Browse repository at this point
Commits on Oct 15, 2019
add ability to disable GuzzleHttp's http exception
landall
authored
9380681
View commit details
Copy full SHA for 9380681
View code at this point
Browse repository at this point
Commits on Jan 18, 2019
Return stream instead of wrapping it in GraphResponse Fixes #130 (#131)
Show description for fc339fd
tdondich
authored and
MIchaelMainer
committed
fc339fd
View commit details
Copy full SHA for fc339fd
View code at this point
Browse repository at this point
Commits on Sep 18, 2018
Removed unused $guzzleClient. Fixes #99.
MIchaelMainer
committed
b121285
View commit details
Copy full SHA for b121285
View code at this point
Browse repository at this point
Commits on Sep 13, 2018
Always use the proxyPort when provided
Show description for 16797ad
Zombaya
committed
16797ad
View commit details
Copy full SHA for 16797ad
View code at this point
Browse repository at this point
Commits on Aug 6, 2018
Fix for #91 (#92)
Show description for 2b3e5de
Zombaya
authored and
MIchaelMainer
committed
2b3e5de
View commit details
Copy full SHA for 2b3e5de
View code at this point
Browse repository at this point
Commits on Jul 31, 2018
Remove incorrect URL validation (fixes #85) (#86)
Show description for bbd9753
MIchaelMainer
authored
bbd9753
View commit details
Copy full SHA for bbd9753
View code at this point
Browse repository at this point
Commits on Apr 30, 2018
Reapply #79 without client secret
Caitlin Bales (MSFT)
committed
422f0e6
View commit details
Copy full SHA for 422f0e6
View code at this point
Browse repository at this point
Revert "Be able to change the accessToken of a request"
Caitlin Bales (MSFT)
authored
dd45e3a
View commit details
Copy full SHA for dd45e3a
View code at this point
Browse repository at this point
Be able to change the accessToken of a request
Zombaya
committed
08b7dbc
View commit details
Copy full SHA for 08b7dbc
View code at this point
Browse repository at this point
Commits on Mar 9, 2018
Merge branch 'dev' into download-bugfix
Caitlin Bales (MSFT)
authored
0e5fa58
View commit details
Copy full SHA for 0e5fa58
View code at this point
Browse repository at this point
Commits on Mar 7, 2018
Proxy CollectionRequests
Zombaya
committed
ea2c3cc
View commit details
Copy full SHA for ea2c3cc
View code at this point
Browse repository at this point
Commits on Jan 29, 2018
Remove custom warning handling in download scenario
Caitlin Bales
committed
3d976db
View commit details
Copy full SHA for 3d976db
View code at this point
Browse repository at this point
Commits on Jan 26, 2018
Update error handler on d/l to accept file I/O errors as exceptions
Caitlin Bales (MSFT)
committed
f53d9a1
View commit details
Copy full SHA for f53d9a1
View code at this point
Browse repository at this point
Remove requirement for file to exist before creating it
Caitlin Bales (MSFT)
committed
c57bdb4
View commit details
Copy full SHA for c57bdb4
View code at this point
Browse repository at this point
Commits on Dec 19, 2017
fix fclose() expects parameter 1 to be resource, boolean given
Lothar Hinckxt
committed
83b762c
View commit details
Copy full SHA for 83b762c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.