mechant/oauth1-500px

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

Maintainers

👁 monsieurmechant

Package info

github.com/monsieurmechant/oauth1-500px

pkg:composer/mechant/oauth1-500px

Statistics

Installs: 53

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2016-03-22 17:42 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 4573f27ae7fd41f4cda201de30897465065b7aad

  • monsieurmechant <adam.woop@mechant.net>

authorizationclientoauthoauth1authorisation500px

This package is not auto-updated.

Last update: 2026-06-18 08:20:17 UTC


README

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