simplesamlphp / simplesamlphp-module-authtwitter
A module that is able to perform authentication against Twitter
Package info
github.com/simplesamlphp/simplesamlphp-module-authtwitter
Type:simplesamlphp-module
pkg:composer/simplesamlphp/simplesamlphp-module-authtwitter
v1.3.0
2026-01-05 20:03 UTC
Requires
- php: ^8.3
- league/oauth1-client: ^1.11
- simplesamlphp/assert: ^1.9
- simplesamlphp/simplesamlphp: ^2.5@dev
- symfony/http-foundation: ^7.4
Requires (Dev)
This package is auto-updated.
Last update: 2026-03-09 21:43:35 UTC
README
Install
Install with composer
vendor/bin/composer require simplesamlphp/simplesamlphp-module-authtwitter
Configuration
Next thing you need to do is to enable the module: in config.php,
search for the module.enable key and set authtwitter to true:
'module.enable' => [ 'authtwitter' => true, … ],