{"id":37235798,"url":"https://github.com/harrygulliford/socialite-microsoft-graph","last_synced_at":"2026-01-16T04:51:22.613Z","repository":{"id":62514815,"uuid":"206236779","full_name":"harrygulliford/socialite-microsoft-graph","owner":"harrygulliford","description":"Microsoft Graph Provider for Laravel Socialite","archived":false,"fork":false,"pushed_at":"2023-03-22T05:05:33.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-01T00:58:13.692Z","etag":null,"topics":["laravel","laravel-socialite","microsoft-graph","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harrygulliford.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-04T05:14:22.000Z","updated_at":"2024-01-06T19:50:27.000Z","dependencies_parsed_at":"2022-11-02T13:30:59.524Z","dependency_job_id":null,"html_url":"https://github.com/harrygulliford/socialite-microsoft-graph","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/harrygulliford/socialite-microsoft-graph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrygulliford%2Fsocialite-microsoft-graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrygulliford%2Fsocialite-microsoft-graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrygulliford%2Fsocialite-microsoft-graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrygulliford%2Fsocialite-microsoft-graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harrygulliford","download_url":"https://codeload.github.com/harrygulliford/socialite-microsoft-graph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrygulliford%2Fsocialite-microsoft-graph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["laravel","laravel-socialite","microsoft-graph","php"],"created_at":"2026-01-15T04:04:22.002Z","updated_at":"2026-01-15T04:04:22.536Z","avatar_url":"https://github.com/harrygulliford.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Microsoft Graph Provider for Laravel Socialite\n\n[![Latest Stable Version](https://poser.pugx.org/harrygulliford/socialite-microsoft-graph/v/stable)](https://packagist.org/packages/harrygulliford/socialite-microsoft-graph)\n[![Total Downloads](https://poser.pugx.org/harrygulliford/socialite-microsoft-graph/downloads)](https://packagist.org/packages/harrygulliford/socialite-microsoft-graph)\n[![License](https://poser.pugx.org/harrygulliford/socialite-microsoft-graph/license)](https://packagist.org/packages/harrygulliford/socialite-microsoft-graph)\n\nThis package extends Laravel Socialite to give a convenient method of authenticating via the Microsoft Graph OAuth2 provider.\n\nSupport for Laravel 6+ and Socialite 5+, using PHP 7.3+ \u0026 8.0+.\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require harrygulliford/socialite-microsoft-graph\n```\n\nThen add the service to your `config/services.php` file:\n\n```\n'microsoft-graph' =\u003e [\n    'client_id' =\u003e env('MS_GRAPH_KEY'),\n    'client_secret' =\u003e env('MS_GRAPH_SECRET'),\n    'tenant_id' =\u003e env('MS_GRAPH_TENANT_ID', 'common'),\n    'redirect' =\u003e env('MS_GRAPH_REDIRECT_URL'),\n],\n```\n\n## Usage\n\nYou are able to use the provider in the same manner as a regular Socialite provider.\n\n```php\nreturn Socialite::with('microsoft-graph')-\u003eredirect();\n```\n\nFor more information, please refer to the [Laravel Socialite documentation](https://laravel.com/docs/6.0/socialite).\n\n## License\n\nThe MIT License (MIT). Please see the [license file](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharrygulliford%2Fsocialite-microsoft-graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharrygulliford%2Fsocialite-microsoft-graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharrygulliford%2Fsocialite-microsoft-graph/lists"}