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

PHP 7 Compatible? #839

Closed wimpog closed 7 years ago

wimpog commented 7 years ago

Is this library compatible with PHP 7? Thank you!

svycka commented 7 years ago

yes you can found tested versions here https://github.com/bshaffer/oauth2-server-php/blob/develop/.travis.yml#L8-L13

wimpog commented 7 years ago

Thank you!