https://github.com/putyourlightson/oauth2-netlify
Netlify Provider for the PHP League's OAuth 2 Client.
https://github.com/putyourlightson/oauth2-netlify
Last synced: about 1 year ago
JSON representation
Netlify Provider for the PHP League's OAuth 2 Client.
- Host: GitHub
- URL: https://github.com/putyourlightson/oauth2-netlify
- Owner: putyourlightson
- License: mit
- Created: 2019-10-16T14:53:16.000Z (over 6 years ago)
- Default Branch: v1
- Last Pushed: 2019-10-16T18:38:09.000Z (over 6 years ago)
- Last Synced: 2025-03-19T11:21:19.324Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Netlify Provider for OAuth 2 Client
This package provides [Netlify API](https://docs.netlify.com/api/get-started/) OAuth 2 support for the PHP League's [OAuth 2 Client](https://oauth2-client.thephpleague.com/).
## Usage
Install using composer.
```
composer require putyourlightson/oauth2-netlify
```
Usage is the same as The League's [OAuth 2 client](https://oauth2-client.thephpleague.com/usage/), using `Putyourlightson\OAuth2\Client\Provider\Netlify` as the provider.
---
Created by [PutYourLightsOn](https://putyourlightson.com/).