{"id":15917535,"url":"https://github.com/takuya/socialitebacklogprovider","last_synced_at":"2025-10-26T00:45:36.612Z","repository":{"id":136551660,"uuid":"141587912","full_name":"takuya/SocialiteBacklogProvider","owner":"takuya","description":"Socialite Providers for Backlog","archived":false,"fork":false,"pushed_at":"2018-07-21T11:21:47.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T01:14:05.157Z","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-19T14:02:12.000Z","updated_at":"2018-07-21T11:21:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"825522a6-68a6-4036-b735-97728d36fe95","html_url":"https://github.com/takuya/SocialiteBacklogProvider","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":0.09999999999999998,"last_synced_commit":"d7f42ee56592f155099fa3406dfef0650544fb85"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2FSocialiteBacklogProvider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2FSocialiteBacklogProvider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2FSocialiteBacklogProvider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2FSocialiteBacklogProvider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takuya","download_url":"https://codeload.github.com/takuya/SocialiteBacklogProvider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246998102,"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:17.543Z","updated_at":"2025-10-26T00:45:36.533Z","avatar_url":"https://github.com/takuya.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Socialite Providers for Backlog\n\nuse laravel/.env  or config/service.php\n\n```\nBACKLOG_KEY=your_key\nBACKLOG_SECRET=your_secret\nBACKLOG_REDIRECT_URI=http://localhost:8000/login/backlog/callback\nBACKLOG_SPACE_URI=https://your-space-id.backlog.jp/\n```\n\n\n\n## install using composer\n\n```json\n  \"repositories\": [\n    {\n      \"type\":\"vcs\",\n      \"url\": \"https://github.com/takuya/SocialiteBacklogProvider.git\"\n    }\n  ],\n  \"require\": {\n    \"socialiteproviders/backlog\": \"dev-master\"\n  },\n```\n\n## use ing laravel event\nAdd reference to app/Providers/EventServiceProvider.php\n```php\n  protected $listen = [\n    'App\\Events\\Event' =\u003e [\n      'App\\Listeners\\EventListener',\n    ],\n    // add for oauth \n    \\SocialiteProviders\\Manager\\SocialiteWasCalled::class =\u003e [\n      // add your listeners (aka providers) here\n      'SocialiteProviders\\\\Backlog\\\\BacklogExtendSocialite@handle',\n    ],\n\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakuya%2Fsocialitebacklogprovider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakuya%2Fsocialitebacklogprovider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakuya%2Fsocialitebacklogprovider/lists"}