PHPackages                             aptika/sso-gorontalo - 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. aptika/sso-gorontalo

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

aptika/sso-gorontalo
====================

SSO Provinsi Gorontalo

v1.0.8(1y ago)164MITPHPPHP &gt;=7.4

Since Jul 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Diskominfotik-Gorontalo-Prov/sso-laravel)[ Packagist](https://packagist.org/packages/aptika/sso-gorontalo)[ Docs](https://sso.gorontaloprov.go.id)[ RSS](/packages/aptika-sso-gorontalo/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/93b5eecec034de236c6b3b3797fb4a0e00fb35aa836a047bcd971a2c86530694/687474703a2f2f706f7365722e707567782e6f72672f617074696b612f73736f2d676f726f6e74616c6f2f76)](https://packagist.org/packages/aptika/sso-gorontalo) [![Total Downloads](https://camo.githubusercontent.com/4036cec3804a33bbea42fb51e2d44a0cf80e7c948e51490ff477b5875731fa12/687474703a2f2f706f7365722e707567782e6f72672f617074696b612f73736f2d676f726f6e74616c6f2f646f776e6c6f616473)](https://packagist.org/packages/aptika/sso-gorontalo) [![Latest Unstable Version](https://camo.githubusercontent.com/aefa2f2970ae5bb48f0851cee195eb3ec417d8f2728eace6a78a8fbac5a20145/687474703a2f2f706f7365722e707567782e6f72672f617074696b612f73736f2d676f726f6e74616c6f2f762f756e737461626c65)](https://packagist.org/packages/aptika/sso-gorontalo) [![License](https://camo.githubusercontent.com/82a4c030f62d2e6708fa6214d9e2fab64272612f5dcb0758d5f554a6e572385e/687474703a2f2f706f7365722e707567782e6f72672f617074696b612f73736f2d676f726f6e74616c6f2f6c6963656e7365)](https://packagist.org/packages/aptika/sso-gorontalo) [![PHP Version Require](https://camo.githubusercontent.com/8a39315e3e45a9a771706cc7b0da5529af722d09357f1408016f43ef59f1b0c5/687474703a2f2f706f7365722e707567782e6f72672f617074696b612f73736f2d676f726f6e74616c6f2f726571756972652f706870)](https://packagist.org/packages/aptika/sso-gorontalo)

Custom SSO-client Package Provinsi Gorontalo
============================================

[](#custom-sso-client-package-provinsi-gorontalo)

[SSO Gorontalo](https://sso.gorontaloprov.go.id)

Custom SSO package untuk mengintegrasikan Single Sign-On di aplikasi Laravel. Install package ini melalui [Composer](http://getcomposer.org/).

Instalasi
---------

[](#instalasi)

Untuk menginstall package ini, gunakan Composer:

```
composer require aptika/sso-gorontalo
```

Konfigurasi
-----------

[](#konfigurasi)

1. **Tambahkan Service Provider**:

    Untuk Laravel &lt; 11, tambahkan service provider ke dalam array `providers` di file `config/app.php`:

    ```
    'providers' => [
        // ...
        Aptika\SsoGorontalo\Providers\SSOServiceProvider::class,
    ],
    ```

    Untuk Laravel &gt;= 11, tambahkan di `bootstrap/providers.php`:

    ```
    return [
        // ...
        Aptika\SsoGorontalo\Providers\SSOServiceProvider::class,
    ];
    ```

    Jalankan perintah berikut:

    ```
    php artisan vendor:publish --provider="Aptika\SsoGorontalo\Providers\SSOServiceProvider" --tag=config
    ```
2. **Konfigurasi Config**:

    Update file `config/aptika-sso.php`.
3. **Konfigurasi Environment**:

    Pastikan untuk menambahkan variabel-variabel berikut di file `.env` Anda:

    ```
    APTIKA_SSO_CLIENT_ID=client-id
    APTIKA_SSO_CLIENT_SECRET=client-secret
    APTIKA_SSO_APP_URL=url-sso
    ```

    Untuk pengujian development, gunakan konfigurasi berikut:

    ```
    APP_URL="http://localhost:8001"
    APTIKA_SSO_CLIENT_ID=10
    APTIKA_SSO_CLIENT_SECRET="dCOWTcxFlRdeGnJZ1kRmGq41F25HB7jIFX1iHgde"
    APTIKA_SSO_APP_URL="https://dev1.gorontaloprov.go.id"
    ```
4. **Jalankan aplikasi di server port 8001**:

    ```
    php artisan serve --port=8001
    ```

Routes
------

[](#routes)

Package ini menyediakan dua endpoint:

- **Login SSO**: `/login/sso-gorontalo` (name = "aptika.sso.login")
- **Callback**: `/callback`

5. **Konfigurasi Tombol Frontend**:

### Tombol Login SSO

[](#tombol-login-sso)

```
Login Dengan SSO
```

### Logo SSO

[](#logo-sso)

```

```

6. **Logout dari aplikasi SSO**:

    Buat route untuk logout dan tambahkan fungsi berikut saat proses logout:

    ```
    Auth::logout();
    // Tambahkan fungsi di bawah ini saat melakukan logout
    return redirect(config('aptika-sso.logout_url') . '?redirect=' . route(config('aptika-sso.route-login')));
    ```

---

```
composer dump-autoload
```

Penggajuan APTIKA\_SSO\_CLIENT\_ID dan APTIKA\_SSO\_CLIENT\_SECRET
------------------------------------------------------------------

[](#penggajuan-aptika_sso_client_id-dan-aptika_sso_client_secret)

silakan request di aplikasi [Layanan](https://layanan.gorontaloprov.go.id/layanan/sso)

Kontribusi
----------

[](#kontribusi)

Jika Anda ingin berkontribusi pada package ini, silakan fork repository ini dan buat pull request.

---

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 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

6

Last Release

649d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/690be61cc192519fb541a88a1977b7077b2997df342fb318e0cc98844ae96b4d?d=identicon)[aptika](/maintainers/aptika)

![](https://www.gravatar.com/avatar/d38d35903c52074e24b3f26b4ee4135fcb356cb4857fc237e97016eb43902621?d=identicon)[alfandykasim](/maintainers/alfandykasim)

---

Top Contributors

[![alfandykasim](https://avatars.githubusercontent.com/u/15045882?v=4)](https://github.com/alfandykasim "alfandykasim (54 commits)")

### Embed Badge

![Health badge](/badges/aptika-sso-gorontalo/health.svg)

```
[![Health](https://phpackages.com/badges/aptika-sso-gorontalo/health.svg)](https://phpackages.com/packages/aptika-sso-gorontalo)
```

###  Alternatives

[josiasmontag/laravel-recaptchav3

Recaptcha V3 for Laravel package

2641.6M2](/packages/josiasmontag-laravel-recaptchav3)[rahul900day/laravel-captcha

Different types of Captcha implementation for Laravel Application.

10715.9k](/packages/rahul900day-laravel-captcha)[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)[pitchanon/facebook-connect

A Laravel package for connecting to the Meta (Facebook) Graph API.

264.3k1](/packages/pitchanon-facebook-connect)

PHPackages © 2026

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