{"id":20993291,"url":"https://github.com/nestednet/socialite-wrapper","last_synced_at":"2025-07-11T15:44:39.334Z","repository":{"id":57025258,"uuid":"212144189","full_name":"Nestednet/socialite-wrapper","owner":"Nestednet","description":"Laravel 5.7 socialite wrapper.","archived":false,"fork":false,"pushed_at":"2019-10-02T13:06:57.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-13T12:42:07.501Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"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/Nestednet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-01T16:24:18.000Z","updated_at":"2022-04-06T00:38:31.000Z","dependencies_parsed_at":"2022-08-23T15:00:21.396Z","dependency_job_id":null,"html_url":"https://github.com/Nestednet/socialite-wrapper","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Nestednet/socialite-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nestednet%2Fsocialite-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nestednet%2Fsocialite-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nestednet%2Fsocialite-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nestednet%2Fsocialite-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nestednet","download_url":"https://codeload.github.com/Nestednet/socialite-wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nestednet%2Fsocialite-wrapper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264843599,"owners_count":23672237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-19T07:14:27.938Z","updated_at":"2025-07-11T15:44:39.311Z","avatar_url":"https://github.com/Nestednet.png","language":"PHP","readme":"# Laravel 5.7 Socialite Wrapper\n\nSocialize implementation for your Laravel 5.7 project.\n\nAwesome to use with Sentinel (and free social login option), Entrust or default Auth.\n\n## Usage\n\n### Step 1: Install Through Composer\n\n```\ncomposer require kneipp/socialite-wrapper\n```\n\n### Step 2: Add the Service Provider\n\nAdd the provider in `config/app.php`:\n\n```php\nKneipp\\SocialiteWrapper\\SocialiteWrapperServiceProvider::class,\n```\n\n\n### Step 3: Almost done\n\n- add keys in config/services.php:\n```php\n        'facebook' =\u003e [\n            'client_id' =\u003e env('FACEBOOK_KEY'),\n            'client_secret' =\u003e env('FACEBOOK_SECRET'),\n            'redirect' =\u003e env('APP_URL') . '/callback/facebook',\n        ],\n    \n        'twitter' =\u003e [\n            'client_id' =\u003e env('TWITTER_KEY'),\n            'client_secret' =\u003e env('TWITTER_SECRET'),\n            'redirect' =\u003e env('APP_URL') . '/callback/twitter',\n        ],\n        \n        'google' =\u003e [\n            'client_id' =\u003e env('GOOGLE_KEY'),\n            'client_secret' =\u003e env('GOOGLE_SECRET'),\n            'redirect' =\u003e env('APP_URL') . '/callback/google',\n        ],\n    \n        'linkedin' =\u003e [\n            'client_id' =\u003e env('LINKEDIN_KEY'),\n            'client_secret' =\u003e env('LINKEDIN_SECRET'),\n            'redirect' =\u003e env('APP_URL') . '/callback/linkedin/',\n        ],\n```\n\n- add .env file keys and check APP_URL value:\n\n```\nFACEBOOK_KEY=\nFACEBOOK_SECRET=\n\nTWITTER_KEY=\nTWITTER_SECRET=\n```\n\n- Run:\n\n```\nphp artisan vendor:publish --provider=\"Kneipp\\SocialiteWrapper\\SocialiteWrapperServiceProvider\"\nphp artisan migrate\n```\n\n- Create your links in views/auth/login.blade.php for example:\n```html\n\u003ca href=\"redirect/facebook\"\u003eFB Login\u003c/a\u003e\n\u003ca href=\"redirect/twitter\"\u003eTwitter Login\u003c/a\u003e\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnestednet%2Fsocialite-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnestednet%2Fsocialite-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnestednet%2Fsocialite-wrapper/lists"}