PHPackages                             diskominfotik-banda-aceh/sso-banda-aceh-php - 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. diskominfotik-banda-aceh/sso-banda-aceh-php

ActiveLibrary

diskominfotik-banda-aceh/sso-banda-aceh-php
===========================================

This package help to connect SSO Banda Aceh with another applications with some features (View, Controller, Config and Route)

v1.0.0(3y ago)116MITPHPPHP ^8.0

Since Jan 2Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Diskominfotik-Banda-Aceh/SSO-Banda-Aceh-PHP)[ Packagist](https://packagist.org/packages/diskominfotik-banda-aceh/sso-banda-aceh-php)[ Docs](https://github.com/diskominfotik-banda-aceh/sso-banda-aceh-php)[ RSS](/packages/diskominfotik-banda-aceh-sso-banda-aceh-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (5)Used By (0)

Table of contents
=================

[](#table-of-contents)

- [Table of contents](#table-of-contents)
- [SSO Banda Aceh PHP](#sso-banda-aceh-php)
    - [Installation](#installation)
    - [Usage](#usage)
    - [Changelog](#changelog)
    - [Contributing](#contributing)
    - [Security](#security)
    - [Credits](#credits)
    - [License](#license)

SSO Banda Aceh PHP
==================

[](#sso-banda-aceh-php)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e3ed7e000143005168ff4900ab77a58c835a22e609d9f952cdadd2f36935bddb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6469736b6f6d696e666f74696b2d62616e64612d616365682f73736f2d62616e64612d616365682d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/diskominfotik-banda-aceh/sso-banda-aceh-php)[![Total Downloads](https://camo.githubusercontent.com/8ae450524af459e539e4fa075d95118b8758dba1826f9b8ea1bb180a40c72f3d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6469736b6f6d696e666f74696b2d62616e64612d616365682f73736f2d62616e64612d616365682d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/diskominfotik-banda-aceh/sso-banda-aceh-php)[![GitHub Actions](https://github.com/diskominfotik-banda-aceh/sso-banda-aceh-php/actions/workflows/main.yml/badge.svg)](https://github.com/diskominfotik-banda-aceh/sso-banda-aceh-php/actions/workflows/main.yml/badge.svg)

This package provide some config for SSO laravel client that using keycloak for SSO

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

[](#installation)

Run this command line for installation :

```
composer require diskominfotik-banda-aceh/sso-banda-aceh-php
```

### Specific Version

[](#specific-version)

```
composer require diskominfotik-banda-aceh/sso-banda-aceh-php:2.0.0
```

With Tilde (~) or Caret (^) Version Range

```
composer require diskominfotik-banda-aceh/sso-banda-aceh-php "^2.0.0"
```

### Version

[](#version)

Laravel VersionSSO VersionLaravel Ver.8V1.0.0Laravel Ver.9V2.0.0Laravel Ver.10V3.0.0Usage
-----

[](#usage)

- Copy service provider in `app.php` file for laravel &lt; 5.5

```
'providers' => [
    DiskominfotikBandaAceh\SSOBandaAcehPHP\SSOBandaAcehPHPServiceProvider::class
]

```

- Run this command line for make sure the package run properly

```
composer dumpautoload
```

- Publish the vendor if you want to use the migration or change the SSO view

```
php artisan vendor:publish --provider="DiskominfotikBandaAceh\SSOBandaAcehPHP\SSOBandaAcehPHPServiceProvider"
```

```
Note :
//Add --tag for specific publish. Ex : --tag=migrations,views,config
//Add --force for replace existing config file

```

- Migrate SSO User

```
php artisan migrate
```

- Copy `.env` keycloak in laravel client

```
KEYCLOAK_CLIENT_ID=
KEYCLOAK_CLIENT_SECRET=
KEYCLOAK_REDIRECT_URI=
KEYCLOAK_BASE_URL=
KEYCLOAK_REALM=
KEYCLOAK_PROFILE=

```

- Comment the default auth routes in `web.php` (if the login just using SSO)

```
//Auth::routes;
```

- \[Optional\] Setting your `User` model in `sso-banda-aceh.php` config file (if not using the default in `App\Models\User`)

```
'models' => [
     'users' => User::class
]

```

- \[Optional\] Setting redirect after login in `sso-banda-aceh.php` config file (if not using the default redirect to `admin.home`)

```
'redirect_after_login' => 'admin.home'

```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Diskominfotik Banda Aceh](https://github.com/diskominfotik-banda-aceh)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.6% 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 ~100 days

Total

4

Last Release

924d ago

Major Versions

v1.0.0.x-dev → v3.0.0.x-dev2023-10-31

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ab972d4654d2a63e842f36850149ef706b09f3c3c2a853ddf387d7772a13cfd?d=identicon)[diskominfotikbna](/maintainers/diskominfotikbna)

---

Top Contributors

[![RayhanYulanda](https://avatars.githubusercontent.com/u/15263594?v=4)](https://github.com/RayhanYulanda "RayhanYulanda (24 commits)")[![maulidannashuha](https://avatars.githubusercontent.com/u/34979909?v=4)](https://github.com/maulidannashuha "maulidannashuha (11 commits)")

---

Tags

keycloakkeycloak-clientkeycloak-rest-apikeycloak-ssolaravellaravel-frameworklaravel-packagephpsingle-sign-onssosso-authenticationsso-laravelsso-logindiskominfotik-banda-acehsso-banda-aceh-php

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/diskominfotik-banda-aceh-sso-banda-aceh-php/health.svg)

```
[![Health](https://phpackages.com/badges/diskominfotik-banda-aceh-sso-banda-aceh-php/health.svg)](https://phpackages.com/packages/diskominfotik-banda-aceh-sso-banda-aceh-php)
```

###  Alternatives

[socialiteproviders/manager

Easily add new or override built-in providers in Laravel Socialite.

42442.0M544](/packages/socialiteproviders-manager)[andrewdwallo/filament-companies

A comprehensive Laravel authentication and authorization system designed for Filament, focusing on multi-tenant company management.

34450.0k2](/packages/andrewdwallo-filament-companies)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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