2017 © Pedro Peláez
 

library oauth1-openstreetmap

Openstreetmap OAuth 1.0 Client Provider for The PHP League OAuth1-Client

image

sabas/oauth1-openstreetmap

Openstreetmap OAuth 1.0 Client Provider for The PHP League OAuth1-Client

  • Thursday, May 17, 2018
  • by sabas
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 12 % Grown

The README.md

Openstreetmap Provider for OAuth 1.0 Client

This package provides Openstreetmap OAuth 1.0 support for the PHP League's OAuth 1.0 Client., (*1)

Installation

To install, use composer:, (*2)

composer require sabas/oauth1-openstreetmap

Usage

Usage is the same as The League's OAuth client, using sabas\OAuth1\Client\Server\Openstreetmap as the provider., (*3)

$server = new sabas\OAuth1\Client\Server\Openstreetmap(array(
    'identifier'   => 'your-identifier',
    'secret'       => 'your-secret',
    'callback_uri' => 'http://your-callback-uri/',
));

The Versions

17/05 2018

dev-master

9999999-dev

Openstreetmap OAuth 1.0 Client Provider for The PHP League OAuth1-Client

  Sources   Download

MIT

The Requires

 

oauth client oauth1 openstreetmap

26/01 2017

1.0.0

1.0.0.0

Openstreetmap OAuth 1.0 Client Provider for The PHP League OAuth1-Client

  Sources   Download

MIT

The Requires

 

oauth client oauth1 openstreetmap