logical-and / php-oauth

Support for authenticating users (without dep from any framework) using both OAuth1 and OAuth2 methods
https://packagist.org/packages/and/oauth
MIT License
43 stars 13 forks source link

PHP 5.3 #43

Closed GoktugOzturk closed 8 years ago

GoktugOzturk commented 9 years ago

can we reduce the dependency for this repo to 5.3? both lusitanian/oauth and oryzone/oauth-user-data requires 5.3

PHP 5.3 is used by 40.9% of all the websites. http://w3techs.com/technologies/details/pl-php/5/all

I saw some short array syntax. Other than that is there any reason not to downgrade requirement to 5.3 ?

OzzyCzech commented 9 years ago

+1

vuthao commented 9 years ago

+1

smazurov commented 9 years ago

:-1: w3techs is a terrible source of this type of information (how is 5.7 even on the chart?). This is a much better view, where in Nov of last year 5.3 was at 14.85%. I would be surprised if it passes 10% this year. Upgrade your app to 5.6 and don't drag the rest of the ecosystem down, especially since you have a perfectly valid alternative.