PHPackages                             visualplus/naverid - 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. visualplus/naverid

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

visualplus/naverid
==================

1.0.1(10y ago)1167MITPHP

Since Oct 6Pushed 10y ago1 watchersCompare

[ Source](https://github.com/visualplus/naverid)[ Packagist](https://packagist.org/packages/visualplus/naverid)[ RSS](/packages/visualplus-naverid/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

네아로 (네이버 아이디 로그인)
=================

[](#네아로-네이버-아이디-로그인)

설치방법
----

[](#설치방법)

```
composer require visualplus/naverid

```

패키지 설치 후 서비스 프로바이더를 config/app.php에 등록해주세요.

```
\Visualplus\Naverid\ServiceProvider::class

```

이 패키지는 laravel/socialite를 사용합니다.

그러므로 socialite 설정을 하지 않았다면 추가로 아래 설정도 해주세요.

config/app.php에 서비스 프로바이더 등록

```
Laravel\Socialite\SocialiteServiceProvider::class,

```

config/app.php에 aliases 등록

```
'Socialite' => Laravel\Socialite\Facades\Socialite::class,

```

사용방법
----

[](#사용방법)

laravel/socialite와 사용방법이 동일합니다.

config/services.php 에 설정 등록

```
'naverid' => [
	'client_id'		=> '',
	'client_secret' => '',
	'redirect'		=> '',
]

```

네이버 로그인

```
Route::get('auth/naverid', function() {
	return Socialite::driver("naverid")->redirect();
});

```

로그인 후

```
Route::get('auth/naverid/redirect', function() {
	dd(Socialite::driver("naverid")->user());
});

```

### 네이버 키 발급

[](#네이버-키-발급)

아래 사이트를 참고해주세요.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3923d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5600e790cbd1dd93db198cb45b47bedadb45b512051cf2a299c825accdf1775a?d=identicon)[doojinso](/maintainers/doojinso)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/visualplus-naverid/health.svg)

```
[![Health](https://phpackages.com/badges/visualplus-naverid/health.svg)](https://phpackages.com/packages/visualplus-naverid)
```

###  Alternatives

[socialiteproviders/apple

Apple OAuth2 Provider for Laravel Socialite

629.5M15](/packages/socialiteproviders-apple)[socialiteproviders/microsoft

Microsoft OAuth2 Provider for Laravel Socialite

347.3M25](/packages/socialiteproviders-microsoft)[socialiteproviders/microsoft-azure

Microsoft Azure OAuth2 Provider for Laravel Socialite

597.2M27](/packages/socialiteproviders-microsoft-azure)[socialiteproviders/instagram

Instagram OAuth2 Provider for Laravel Socialite

402.0M5](/packages/socialiteproviders-instagram)[socialiteproviders/saml2

SAML2 Service Provider for Laravel Socialite

172.6M5](/packages/socialiteproviders-saml2)[socialiteproviders/discord

Discord OAuth2 Provider for Laravel Socialite

432.4M22](/packages/socialiteproviders-discord)

PHPackages © 2026

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