Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lookyman/nette-oauth2-server
Integration of The League of Extraordinary Packages' OAuth 2.0 Server into Nette Framework - base package
https://github.com/lookyman/nette-oauth2-server
nette oauth2
Last synced: 13 days ago
JSON representation
Integration of The League of Extraordinary Packages' OAuth 2.0 Server into Nette Framework - base package
- Host: GitHub
- URL: https://github.com/lookyman/nette-oauth2-server
- Owner: lookyman
- License: mit
- Archived: true
- Created: 2016-07-23T08:04:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T09:47:37.000Z (over 4 years ago)
- Last Synced: 2024-11-29T18:48:50.216Z (2 months ago)
- Topics: nette, oauth2
- Language: PHP
- Homepage:
- Size: 43 KB
- Stars: 15
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Lookyman/NetteOAuth2Server
==========================Integration of [The League of Extraordinary Packages](https://thephpleague.com/)' [OAuth 2.0 Server](https://oauth2.thephpleague.com/) into [Nette Framework](https://nette.org/) - base package.
[![Build Status](https://travis-ci.org/lookyman/nette-oauth2-server.svg?branch=master)](https://travis-ci.org/lookyman/nette-oauth2-server)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/lookyman/nette-oauth2-server/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/lookyman/nette-oauth2-server/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/lookyman/nette-oauth2-server/badge.svg?branch=master)](https://coveralls.io/github/lookyman/nette-oauth2-server?branch=master)
[![Downloads](https://img.shields.io/packagist/dt/lookyman/nette-oauth2-server.svg)](https://packagist.org/packages/lookyman/nette-oauth2-server)
[![Latest stable](https://img.shields.io/packagist/v/lookyman/nette-oauth2-server.svg)](https://packagist.org/packages/lookyman/nette-oauth2-server)Requirements
------------- PHP 7.1
- [Kdyby/Events](https://github.com/Kdyby/Events)Installation
------------For installation instructions see one of the storage implementations.
- [Doctrine](https://github.com/lookyman/nette-oauth2-server-doctrine)
- You can contribute with another one!