2017 © Pedro Peláez
 

library opauth-timely

Opauth strategy for Timely

image

t1mmen/opauth-timely

Opauth strategy for Timely

  • Wednesday, February 24, 2016
  • by t1mmen
  • Repository
  • 1 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Opauth-Timely

[Opauth][1] strategy for Timely authentication., (*1)

Implemented based on https://dev.timelyapp.com/, (*2)

Getting started

  1. Install Opauth-Timely:, (*3)

    Using git:, (*4)

    cd path_to_opauth/Strategy
    git clone https://github.com/t1mmen/opauth-timely.git timely
    

    Or, using Composer, just add this to your composer.json:, (*5)

    {
       "require": {
           "t1mmen/opauth-timely": "*"
       }
    }
    

    Then run composer install., (*6)

  2. Create Timely application at https://timelyapp.com/:your_app_id/oauth_applications, (*7)

  3. Configure Opauth-Timely strategy with at least Client ID and Client Secret., (*8)

  4. Direct user to http://path_to_opauth/timely to authenticate, (*9)

Strategy configuration

Required parameters:, (*10)

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

License

Opauth-Timely is MIT Licensed Copyright © 2015 Timm Stokke (http://timm.stokke.me), (*11)

The Versions

24/02 2016

dev-master

9999999-dev https://github.com/t1mmen/opauth-timely

Opauth strategy for Timely

  Sources   Download

MIT

The Requires

 

by Timm Stokke

authentication oauth auth opauth timetracking timely

24/02 2016

0.1.1

0.1.1.0 https://github.com/t1mmen/opauth-timely

Opauth strategy for Timely

  Sources   Download

MIT

The Requires

 

by Timm Stokke

authentication oauth auth opauth timetracking timely

02/06 2015

0.1

0.1.0.0 https://github.com/t1mmen/opauth-timely

Opauth strategy for Timely

  Sources   Download

MIT

The Requires

 

by Timm Stokke

authentication oauth auth opauth timetracking timely