承接 opauth/strava 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

opauth/strava

Composer 安装命令:

composer require opauth/strava

包简介

Strava strategy for Opauth

README 文档

README

Opauth strategy for Strava authentication.

Implemented based on http://strava.github.io/api/v3/oauth/ using OAuth 2.0.

Opauth is a multi-provider authentication framework for PHP.

Getting started

  1. Install Opauth-Strava:

    cd path_to_opauth/Strategy
    git clone git://github.com/csl-web/opauth-strava.git Strava
  2. Create a Strava APIs project at http://www.strava.com/developers

    • Make sure that website and redirect Domain is set
  3. Configure Opauth-Stava strategy.

  4. Direct user to http://path_to_opauth/strava to authenticate

Strategy configuration

Required parameters:

<?php
'Strava' => array(
	'client_id' => 'YOUR CLIENT ID',
	'client_secret' => 'YOUR CLIENT SECRET'
)

Optional parameters: scope, state, access_type, approval_prompt

License

Opauth-Strava is MIT Licensed
Copyright © 2014 CSL-WEB (http://www.csl-web.com)

统计信息

  • 总下载量: 6
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-12-01