{"id":15917507,"url":"https://github.com/takuya/socialitemattermostprovider","last_synced_at":"2025-04-03T11:41:50.257Z","repository":{"id":136551624,"uuid":"141586767","full_name":"takuya/SocialiteMattermostProvider","owner":"takuya","description":"SocialiteServiceProvider で mattermost にログインできるように","archived":false,"fork":false,"pushed_at":"2018-07-21T11:00:08.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T01:14:04.005Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/takuya.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-19T13:53:44.000Z","updated_at":"2019-10-07T01:12:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c7e05d5-d2a2-44be-890f-d59ab231b424","html_url":"https://github.com/takuya/SocialiteMattermostProvider","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.09090909090909094,"last_synced_commit":"75bdeed8f3e94880e511491efc61d3a94f968981"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2FSocialiteMattermostProvider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2FSocialiteMattermostProvider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2FSocialiteMattermostProvider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2FSocialiteMattermostProvider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takuya","download_url":"https://codeload.github.com/takuya/SocialiteMattermostProvider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246998099,"owners_count":20866690,"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-10-06T18:11:07.739Z","updated_at":"2025-04-03T11:41:50.212Z","avatar_url":"https://github.com/takuya.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Socialite Providers for mattermost \n\nuse laravel/.env \n```\nMATTERMOST_KEY=your_key\nMATTERMOST_SECRET=your_secret\nMATTERMOST_REDIRECT_URI=https://localhost:8000/login/mattermost/callback\nMATTERMOST_INSTANCE_URI=https://your-instance.mattermost.example/\n```\n\n\n\n# install using composer\n```sh\ncomposer install \n```\n### composer.json\n\ninstalling from github \n\n```json\n\"repositories\": [\n    {\n      \"type\": \"vcs\",\n      \"url\": \"https://github.com/takuya/SocialiteMattermostProvider\"\n    }\n   ],\n\"require\": {\n\"socialiteproviders/mattermost\": \"dev-master\"\n}\n```\n\n## add reference to EventServiceProvider.php\n```php\nclass EventServiceProvider extends ServiceProvider {\n\n  protected $listen = [\n    // add for login\n    \\SocialiteProviders\\Manager\\SocialiteWasCalled::class =\u003e [\n       'SocialiteProviders\\\\Mattermost\\\\MattermostExtendSocialite@handle',\n    ],\n  ];\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakuya%2Fsocialitemattermostprovider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakuya%2Fsocialitemattermostprovider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakuya%2Fsocialitemattermostprovider/lists"}