oauthclient-php/de

From mediawiki.org
This page is a translated version of the page Oauthclient-php and the translation is 100% complete.

oauthclient-php ist ein PHP-Client für Erweiterung:OAuth .

Installation

Um es in deiner Anwendung zu verwenden, führe einfach composer require mediawiki/oauthclient aus oder füge eine Abhängigkeit in deiner composer.json-Datei hinzu. (Du musst möglicherweise zuerst Composer installieren.) If you haven't already, you'll need to include include_once("./vendor/autoload.php"); in your PHP script to include your composer libraries.

If you prefer using git, use git clone https://gerrit.wikimedia.org/g/mediawiki/oauthclient-php.git, and autoload the library however you wish to.

If you wish to develop and contribute on the library, see developer account for gaining access to our code review system.

Verwendung

See README.

Geschichte

The code was originally published at https://github.com/Stype/mwoauth-php (which incorporated https://code.google.com/p/oauth/), then reused and refactored in https://github.com/wikimedia/wikimedia-slimapp/tree/master/src/OAuth, then split into a separate library.

Externe Links

Warnung: Der Anzeigetitel „oauthclient-php/de“ überschreibt den früheren Anzeigetitel „Oauthclient-php“.