2017 © Pedro Peláez
 

library opauth-campaignmonitor

CampaignMonitor strategy for Opauth

image

t1mmen/opauth-campaignmonitor

CampaignMonitor strategy for Opauth

  • Tuesday, June 24, 2014
  • by t1mmen
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Opauth-CampaignMonitor

Opauth strategy for CampaignMonitor authentication., (*1)

This strategy relies on an API endpoint that is currently stable, but undocumented (https://api.createsend.com/api/v3.1/me.json)., (*2)

Getting started

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

    Using git:, (*4)

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

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

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

    Then run composer install., (*6)

  2. Create a CampaignMonitor application ([see instructions][2]), (*7)

  3. Configure Opauth-CampaignMonitor strategy with client_id, client_secret and scope (See [permissions][2]), (*8)

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

Strategy configuration

Required parameters:, (*10)

<?php
'CampaignMonitor' => array(
  'client_id' => 'YOUR CLIENT ID',
  'client_secret' => 'YOUR CLIENT SECRET',
  'scope' => 'YOUR,SCOPES,HERE'
)

License

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

The Versions

24/06 2014

dev-master

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

CampaignMonitor strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Timm Stokke

authentication auth campaignmonitor

24/06 2014

0.9

0.9.0.0 https://github.com/t1mmen/opauth-campaignmonitor

CampaignMonitor strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Timm Stokke

authentication auth campaignmonitor