PHPackages                             sayeed/jisf-single-sign-on - 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. sayeed/jisf-single-sign-on

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

sayeed/jisf-single-sign-on
==========================

SSO for N-DOPTOR

v2.0.3(4y ago)0230MITPHPPHP &gt;=7.0

Since Apr 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jbhasan/JISF-SSO)[ Packagist](https://packagist.org/packages/sayeed/jisf-single-sign-on)[ RSS](/packages/sayeed-jisf-single-sign-on/feed)WikiDiscussions main Synced 3w ago

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

[![](https://camo.githubusercontent.com/ec040a10b8f0f5d0bcc47d7a8ea59d0d493d0376b139af978a5b77bf12c2d407/68747470733a2f2f6e2d646f70746f722d6163636f756e74732d73746167652e6e6f7468692e676f762e62642f696d672f646f70746f722e706e67)](http://jisf-dashboard.e-judiciary.org)

N-DOPTOR SSO
============

[](#n-doptor-sso)

Single Sign On for N-DOPTOR

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

[](#installation)

You can install the package via composer:

```
composer require sayeed/jisf-single-sign-on
```

### Laravel 7.x and above

[](#laravel-7x-and-above)

The package will automatically register itself, so you can start using it immediately.

Configuration
-------------

[](#configuration)

#### After installing the package, need to update or add these lines on `.env` file

[](#after-installing-the-package-need-to-update-or-add-these-lines-on-env-file)

- `LOGIN_SSO_URL=http://adalat.e-judiciary.org/login`
- `LOGOUT_SSO_URL=http://adalat.e-judiciary.org/logout`

#### Update`web.php` in `routes` directory

[](#updatewebphp-in-routes-directory)

- Remove `Auth::routes();`, if exists.

#### Use `jisf.auth` for N-DOPTOR SSO authentication

[](#use-jisfauth-for-n-doptor-sso-authentication)

```
Route::middleware(['jisf.auth'])->group(function () {
    /// here your authentication route
});

```

Credits
-------

[](#credits)

- [Md. Hasan Sayeed](https://github.com/jbhasan)
- [Tappware Solutions Limited](https://tappware.com)

For any questions, you can reach out to the author of this package, Md. Hasan Sayeed.

Thank you for using it.

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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 ~42 days

Recently: every ~67 days

Total

8

Last Release

1609d ago

Major Versions

v1.1.1 → v2.0.02021-05-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ef216b5d931db98e01ed56ef179585d4ce5126ccc6a0f1b14ff9531315a9021?d=identicon)[nilpahar](/maintainers/nilpahar)

---

Top Contributors

[![jbhasan](https://avatars.githubusercontent.com/u/20739060?v=4)](https://github.com/jbhasan "jbhasan (15 commits)")

### Embed Badge

![Health badge](/badges/sayeed-jisf-single-sign-on/health.svg)

```
[![Health](https://phpackages.com/badges/sayeed-jisf-single-sign-on/health.svg)](https://phpackages.com/packages/sayeed-jisf-single-sign-on)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.3k2.2k](/packages/unopim-unopim)

PHPackages © 2026

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