{"id":21008408,"url":"https://github.com/binarcode/laravel-thirdparty","last_synced_at":"2026-04-28T14:01:58.617Z","repository":{"id":91529531,"uuid":"270632021","full_name":"BinarCode/laravel-thirdparty","owner":"BinarCode","description":"Laravel Third Party - easy way to add API Socialite SSO (Facebook, Google etc.)","archived":false,"fork":false,"pushed_at":"2020-06-09T12:42:44.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-20T10:48:38.903Z","etag":null,"topics":["api","laravel","sso"],"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/BinarCode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"spatie","custom":"https://spatie.be/open-source/support-us"}},"created_at":"2020-06-08T10:51:41.000Z","updated_at":"2020-06-09T12:42:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"976da790-f41e-4ed6-b65e-3a1bb9e95c36","html_url":"https://github.com/BinarCode/laravel-thirdparty","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"spatie/package-skeleton-laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinarCode%2Flaravel-thirdparty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinarCode%2Flaravel-thirdparty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinarCode%2Flaravel-thirdparty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinarCode%2Flaravel-thirdparty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BinarCode","download_url":"https://codeload.github.com/BinarCode/laravel-thirdparty/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243428456,"owners_count":20289321,"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":["api","laravel","sso"],"created_at":"2024-11-19T09:12:27.978Z","updated_at":"2025-12-28T14:57:53.379Z","avatar_url":"https://github.com/BinarCode.png","language":"PHP","funding_links":["https://github.com/sponsors/spatie","https://spatie.be/open-source/support-us"],"categories":[],"sub_categories":[],"readme":"# Laravel third party. Facebook and Google third party built-in.\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/binarcode/y.svg?style=flat-square)](https://packagist.org/packages/binarcode/y)\n[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/binarcode/y/run-tests?label=tests)](https://github.com/binarcode/y/actions?query=workflow%3Arun-tests+branch%3Amaster)\n[![Total Downloads](https://img.shields.io/packagist/dt/binarcode/y.svg?style=flat-square)](https://packagist.org/packages/binarcode/y)\n\n\nAn easy way to add any third party to your application. As for example Facebook or Google SSO.\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require binarcode/larave-thirdparty\n```\n\nYou can publish and run the migrations with:\n\n```bash\nphp artisan vendor:publish --provider=\"BinarCode\\LaravelThirdParty\\ThirdPartyServiceProvider\" --tag=\"migrations\"\nphp artisan migrate\n```\n\nYou can publish the config file with:\n```bash\nphp artisan vendor:publish --provider=\"BinarCode\\LaravelThirdParty\\ThirdPartyServiceProvider\" --tag=\"config\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n];\n```\n\n## Usage\n\nAdd routes from the package using `thirdparty` route macro: \n``` php\n    Route::thirdparty('my-thirdparty-routes');\n```\n\nThis will give you package routes, as `list` all third parties.\n\n## Testing\n\n``` bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email eduard.lupacescu@binarcode.com instead of using the issue tracker.\n\n## Credits\n\n- [Eduard Lupacescu](https://github.com/binaryk)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarcode%2Flaravel-thirdparty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinarcode%2Flaravel-thirdparty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarcode%2Flaravel-thirdparty/lists"}