bshaffer / oauth2-demo-php

A demo application for running an OAuth2 server
748 stars 279 forks source link

Use guzzle for http client #27

Closed bshaffer closed 11 years ago

bshaffer commented 11 years ago

Switching to the Guzzle library for making HTTP calls to the server

bshaffer commented 11 years ago

@Alkarex will you check to see if this PR will still work when using a server on a port other than 80?

Alkarex commented 11 years ago

I have made a quick test on Apache running on port 8080 and the demo still seems to work fine.