{"id":90214,"library":"opauth-opauth","title":"Opauth","description":"Multi-provider authentication framework for PHP","status":"active","version":"0.4.5","language":"php","source_language":null,"source_url":"https://github.com/opauth/opauth","tags":["authentication","oauth","social-login","multi-provider"],"install":[{"cmd":"composer require opauth/opauth","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Opauth","correct":"use Opauth\\Opauth;"}],"quickstart":{"code":"use Opauth\\Opauth;\n\n$opauth = new Opauth([\n    'path' => '/auth/',\n    'callback_url' => '/auth/callback',\n    'Strategy' => [\n        'Facebook' => [\n            'app_id' => '...',\n            'app_secret' => '...'\n        ]\n    ]\n]);\n$opauth->run();","lang":"php","description":"Initialize Opauth with Facebook strategy"},"warnings":[{"fix":"Check strategy documentation for required PHP extensions or packages","message":"Requires PHP 7.4+; some strategies may have additional dependencies","severity":"breaking","affected_versions":">=0.4.0"}],"env_vars":null,"search_vec":"'authent':5,9 'framework':6 'login':13 'multi':3,15 'multi-provid':2,14 'oauth':10 'opauth':1 'php':8 'provid':4,16 'social':12 'social-login':11","created_at":"2026-06-19T08:59:34.383311+00:00","updated_at":"2026-06-19T08:59:34.383311+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":"http://opauth.org","github":"https://github.com/opauth/opauth","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}}