{"id":88930,"library":"hybridauth-hybridauth","title":"HybridAuth","description":"PHP Social Authentication Library.","status":"active","version":"3.13.0","language":"php","source_language":null,"source_url":"https://github.com/hybridauth/hybridauth","tags":["oauth","authentication","social","login","php"],"install":[{"cmd":"composer require hybridauth/hybridauth","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Hybridauth","correct":"use Hybridauth\\Hybridauth;"}],"quickstart":{"code":"use Hybridauth\\Hybridauth;\n\n$config = [\n    'callback' => 'https://example.com/callback',\n    'providers' => [\n        'Google' => [\n            'enabled' => true,\n            'keys' => ['id' => '...', 'secret' => '...'],\n        ],\n    ],\n];\n$hybridauth = new Hybridauth($config);\n$adapter = $hybridauth->authenticate('Google');\n$userProfile = $adapter->getUserProfile();","lang":"php","description":"Authenticate a user via Google OAuth."},"warnings":[{"fix":"Update provider configuration to use class names.","message":"Breaking change in v3: providers are now classes, not strings.","severity":"breaking","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'authent':4,7 'hybridauth':1 'librari':5 'login':9 'oauth':6 'php':2,10 'social':3,8","created_at":"2026-06-19T08:39:51.673104+00:00","updated_at":"2026-06-19T08:39:51.673104+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://hybridauth.github.io","github":"https://github.com/hybridauth/hybridauth","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["auth"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}