PHPackages                             idealistsoft/framework-oauth2 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. idealistsoft/framework-oauth2

Abandoned → [infuse/oauth2](/?search=infuse%2Foauth2)Library[Framework](/categories/framework)

idealistsoft/framework-oauth2
=============================

OAuth2 module for Infuse Framework

0831PHP

Since Feb 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/infusephp/oauth2)[ Packagist](https://packagist.org/packages/idealistsoft/framework-oauth2)[ RSS](/packages/idealistsoft-framework-oauth2/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (1)

oauth2
======

[](#oauth2)

[![Build Status](https://camo.githubusercontent.com/42e6ca76e62e870475863dd92696a6b5683bb12958f5468e68a7e9f9f88718e1/68747470733a2f2f7472617669732d63692e6f72672f696e667573657068702f6f61757468322e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/infusephp/oauth2)[![Coverage Status](https://camo.githubusercontent.com/167561cd065a2b1f9c8148b5a59047116a6cef3be14fe1fccecea8ccbcf9a003/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f696e667573657068702f6f61757468322f62616467652e706e67)](https://coveralls.io/r/infusephp/oauth2)[![Latest Stable Version](https://camo.githubusercontent.com/4e69afe0b9473cb48086166f3766ba99009ac22150968695e1c491d7025da842/68747470733a2f2f706f7365722e707567782e6f72672f696e667573652f6f61757468322f762f737461626c652e706e67)](https://packagist.org/packages/infuse/oauth2)[![Total Downloads](https://camo.githubusercontent.com/a064b4506fc94316e3f341ef85d4419d6004f6911f3f2173c1ab21b2dc5d81df/68747470733a2f2f706f7365722e707567782e6f72672f696e667573652f6f61757468322f646f776e6c6f6164732e706e67)](https://packagist.org/packages/infuse/oauth2)[![HHVM Status](https://camo.githubusercontent.com/1a2cb75e4f0894de214d4bf041f23bf21055f00d694845757f5574af87bbbc54/687474703a2f2f6868766d2e683463632e64652f62616467652f696e667573652f6f61757468322e737667)](http://hhvm.h4cc.de/package/infuse/oauth2)

OAuth2 module for Infuse Framework

Grant Types
-----------

[](#grant-types)

Currently only these OAuth2 grant types are supported:

- Password (User Credentials)

Response Type
-------------

[](#response-type)

The response type generated by the `POST /token` route is a [JWT](http://jwt.io) encoded access token.

Installation
------------

[](#installation)

1. Install the package with [composer](http://getcomposer.org):

```
composer require infuse/oauth2

```

2. Generate the private key with: `openssl genrsa -out jwt_privkey.pem 2048`
3. Generate the public key with: `openssl rsa -in jwt_privkey.pem -pubout -out jwt_pubkey.pem`

The public and private key should each be stored in the base directory of your app.

Acknowledgements
----------------

[](#acknowledgements)

This project uses the awesome [oauth2-server-php](https://github.com/bshaffer/oauth2-server-php) library by Brent Shaffer.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d31f148b30ea3f288fb9e748f6a1dbd7c145a4bd0af74b4687812227221608a?d=identicon)[Jaredtking](/maintainers/Jaredtking)

### Embed Badge

![Health badge](/badges/idealistsoft-framework-oauth2/health.svg)

```
[![Health](https://phpackages.com/badges/idealistsoft-framework-oauth2/health.svg)](https://phpackages.com/packages/idealistsoft-framework-oauth2)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
