bshaffer / oauth2-server-php

A library for implementing an OAuth2 Server in php
http://bshaffer.github.io/oauth2-server-php-docs
MIT License
3.26k stars 950 forks source link

Is this just a server or a client also? #935

Closed linuxd3v closed 6 years ago

linuxd3v commented 6 years ago

This library is only a server part right?
if I need oauth|oidc client I nee to use something else - right?

linuxd3v commented 6 years ago

nvm. does look liek just a server component. Ill use jumbojett/openid-connect-php for a client.