2017 © Pedro Peláez
 

library oauth1-500px

500px OAuth 1.0 Client Provider for The PHP League OAuth1-Client

image

mechant/oauth1-500px

500px OAuth 1.0 Client Provider for The PHP League OAuth1-Client

  • Tuesday, March 22, 2016
  • by monsieurmechant
  • Repository
  • 1 Watchers
  • 1 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

500px Provider for OAuth 1.0 Client

SensioLabsInsight Coverage Status Build Status, (*1)

This package provides a 500px Client for the PHP League's OAuth 1.0 Client., (*2)

Installation

composer require mechant/oauth1-500px

Usage

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

$server = new Mechant\OAuth1\Client\Server\FiveHundredPx([
    'identifier'   => 'your-client-id',
    'secret'       => 'your-client-secret',
    'callback_uri' => 'http://callback.url/callback',
]);

Please refer to the 500px Api Documentation for the available endpoints., (*4)

The Versions

22/03 2016

dev-master

9999999-dev

500px OAuth 1.0 Client Provider for The PHP League OAuth1-Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar monsieurmechant

authorization oauth client oauth1 authorisation 500px