Oauthclient-php: Difference between revisions
Appearance
Content deleted Content added
fix |
|||
Line 16: | Line 16: | ||
== External links == |
== External links == |
||
* [https://git.wikimedia.org/tree/?r=mediawiki/oauthclient-php.git Source code on git.wikimedia.org] ([https://github.com/wikimedia/mediawiki-oauthclient-php GitHub mirror]) |
* [https://git.wikimedia.org/tree/?r=mediawiki/oauthclient-php.git Source code on git.wikimedia.org] ([https://github.com/wikimedia/mediawiki-oauthclient-php GitHub mirror]) |
||
* [https://packagist.org/packages/mediawiki/oauthclient |
* [https://packagist.org/packages/mediawiki/oauthclient Package on Packagist.org] |
||
* [https://doc.wikimedia.org/mediawiki-oauthclient-php/ API Documentation] |
* [https://doc.wikimedia.org/mediawiki-oauthclient-php/ API Documentation] |
||
* [[phab:tag/oauth/|Issue tracker]] |
* [[phab:tag/oauth/|Issue tracker]] |
Revision as of 06:28, 19 February 2016
oauthclient-php is a PHP client for Extension:OAuth.
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.
Installing
To use it inside your application, simply run composer require mediawiki/oauthclient-php
, or add a dependency in your composer.json
.
If you prefer using git, use git clone https://gerrit.wikimedia.org/r/p/mediawiki/oauthclient-php.git
, and autoload the library however you wish to.
If you wish to develop and contribute on the library, see developer access for gaining access to our code review system.
Usage
See README.
External links
- Source code on git.wikimedia.org (GitHub mirror)
- Package on Packagist.org
- API Documentation
- Issue tracker