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-02-20 21:59 UTC
Requires
- php: ^8.3
- league/oauth1-client: ^1.11
- simplesamlphp/assert: ^2.0
- simplesamlphp/simplesamlphp: ^2.5@dev
- symfony/http-foundation: ^7.4
Requires (Dev)
This package is auto-updated.
Last update: 2026-03-16 21:05:33 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, … ],