PHPackages                             noilty/oauth2-shikimori - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. noilty/oauth2-shikimori

AbandonedArchivedLibrary[Authentication &amp; Authorization](/categories/authentication)

noilty/oauth2-shikimori
=======================

Shikimori OAuth 2.0 Client Provider for The PHP Noilty OAuth2-Client

01PHP

Since Jun 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Noilty/oauth2-shikimori)[ Packagist](https://packagist.org/packages/noilty/oauth2-shikimori)[ RSS](/packages/noilty-oauth2-shikimori/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Shikimori Provider for OAuth 2.0 Client
=======================================

[](#shikimori-provider-for-oauth-20-client)

This package provides Google OAuth 2.0 support for the PHP League's [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client).

To use this package, it will be necessary to have a Google client ID and client secret. These are referred to as `OAUTH_SHIKIMORI_ID` and `OAUTH_SHIKIMORI_SECRET` in the documentation.

Please follow the [Shikimori instructions](https://shikimori.me/oauth/applications) to create the required credentials.

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

[](#installation)

To install, use composer:

```
composer require noilty/oauth2-shikimori
```

Usage
-----

[](#usage)

### to file `knpu_oauth2_client.yaml` need to add client:

[](#to-file-knpu_oauth2_clientyaml-need-to-add-client)

```
shikimori_main:
  type: generic
  provider_class: Noilty\OAuth2\Client\Provider\Shikimori
  client_id: '%env(OAUTH_SHIKIMORI_ID)%'
  client_secret: '%env(OAUTH_SHIKIMORI_SECRET)%'
  redirect_route: oauth.shikimori_check
  redirect_params: {}
  use_state: true
```

---

TODO

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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/8c6a018bba0e4eda2b76f346402f1ef32ab3c82b6eede8f1fc3afa633a5ed517?d=identicon)[Noilty](/maintainers/Noilty)

---

Top Contributors

[![Noilty](https://avatars.githubusercontent.com/u/37038856?v=4)](https://github.com/Noilty "Noilty (1 commits)")

### Embed Badge

![Health badge](/badges/noilty-oauth2-shikimori/health.svg)

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

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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