Changes between Version 8 and Version 9 of members/GRIP-UQAM/PHP/Packages
- Timestamp:
- Mar 4, 2017, 4:41:59 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM/PHP/Packages
v8 v9 105 105 = PHP Libraries = 106 106 == hybridauth/hybridauth == 107 * NOTE: HybridAuth is in maintainance mode. Although pull requests from the community are still accepted, you should find alternatives if you are starting a new project. HA is getting outdated by the day and there are no official plans to work on HybridAuth. 107 108 * [https://packagist.org/packages/hybridauth/hybridauth hybridauth/hybridauth] 108 109 * [http://hybridauth.sourceforge.net/userguide.html userguide] … … 378 379 * [http://www.slimframework.com/docs/concepts/middleware.html Middleware] 379 380 * [https://packagist.org/packages/slim/middleware slim/middleware] ((up to date?)) 381 = Multi Authentication = 382 * [https://phppackages.org/p/socialconnect/auth socialconnect/auth] not yet popular (march 2017) 383 * [https://phppackages.org/p/league/oauth2-client league/oauth2-client] 384 * [https://phppackages.org/p/hybridauth/hybridauth hybridauth/hybridauth] NOTE: HybridAuth is in maintainance mode. Although pull requests from the community are still accepted, you should find alternatives if you are starting a new project. HA is getting outdated by the day and there are no official plans to work on HybridAuth. (march 2017) see also section elsewhere in this text. 385 * [https://phppackages.org/p/opauth/opauth opauth/opauth] no recent version (march 2017). 386 = Oauth2 = 387 * [https://phppackages.org/p/league/oauth2-client league/oauth2-client] 380 388 = Openid Connect = 381 389 * https://packagist.org/search/?q=openid%20connect 382 390 * [https://packagist.org/packages/ivan-novakov/php-openid-connect-client ivan-novakov/php-openid-connect-client] 383 391 * [https://packagist.org/packages/jumbojett/openid-connect-php jumbojett/openid-connect-php] 392 = Openid = 393 * [https://phppackages.org/p/openid/php-openid openid/php-openid] best supported php openid library (march 2017), but maybe a bit complicated... 394 * [https://phppackages.org/p/lightopenid/lightopenid lightopenid/lightopenid] 384 395 = Process control = 385 396 * symfony