Download the PHP package testmonitor/oauth2-vsts without Composer
On this page you can find all versions of the php package testmonitor/oauth2-vsts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download testmonitor/oauth2-vsts
More information about testmonitor/oauth2-vsts
Files in testmonitor/oauth2-vsts
Package oauth2-vsts
Short Description Visual Studio Team Services (VSTS) and Team Foundation Server (TFS) OAuth 2.0 Client Provider for The PHP League OAuth2-Client
License MIT
Informations about the package oauth2-vsts
Visual Studio Team Services (VSTS) and Team Foundation Server (TFS) Provider for OAuth 2.0 Client
⚠️ This project has been archived and is no longer maintained. Head over to thenetworg/oauth2-azure for a suitable replacement.
This package provides Visual Studio Team Services (VSTS) and Team Foundation Server (TFS) OAuth 2.0 support for the PHP League's OAuth 2.0 Client.
Table of Contents
- Installation
- Usage
- Examples
- Changelog
- Contributing
- Credits
- License
Installation
To install the client you need to require the package using composer:
$ composer require testmonitor/oauth2-vsts
Use composer's autoload:
You're all set up now!
Usage
Usage is the same as The League's OAuth client, using \Jeylabs\OAuth2\Client\Provider\VSTS as the provider.
Examples
Changelog
Refer to CHANGELOG for more information.
Contributing
Refer to CONTRIBUTING for contributing details.
Credits
This package is based on JeyLabs OAuth 2 VSTS.
- Thijs Kok - Lead developer - ThijsKok
- Stephan Grootveld - Developer - Stefanius
- Frank Keulen - Developer - FrankIsGek
- All Contributors
License
The MIT License (MIT). Refer to the License for more information.