Skip to content

monsieurmechant/oauth1-500px

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

500px Provider for OAuth 1.0 Client

SensioLabsInsight Coverage Status Build Status

This package provides a 500px Client for the PHP League's OAuth 1.0 Client.

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.

$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.

About

500px support for the PHP League's OAuth 1.0 Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages