PHPackages                             xruff/simplelogingate - 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. xruff/simplelogingate

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

xruff/simplelogingate
=====================

0.0.3(5y ago)0183MITPHP

Since Apr 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/XRuff/SimpleLoginGate)[ Packagist](https://packagist.org/packages/xruff/simplelogingate)[ RSS](/packages/xruff-simplelogingate/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (11)Versions (4)Used By (0)

Simple Login Gate
=================

[](#simple-login-gate)

Requirements
------------

[](#requirements)

Package requires PHP 7.0 or higher

- [nette/utils](https://github.com/nette/utils): "^3.0",
- [nette/security](https://github.com/nette/security): "^3.0",
- [nette/forms](https://github.com/nette/forms): "^3.0",
- [nette/application](https://github.com/nette/application): "^3.0",
- [nette/di](https://github.com/nette/di): "^3.0",
- [xruff/basedbmodel](https://github.com/xruff/basedbmodel): "^v3.0",
- [xruff/apputils](https://github.com/xruff/apputils): "^v3.0",
- [ramsey/uuid](https://github.com/ramsey/uuid): "^4.0",
- [tracy/tracy](https://github.com/tracy/tracy): "^2.7"

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

[](#installation)

The best way to install XRuff/SimpleLoginGate is using [Composer](http://getcomposer.org/):

```
$ composer require xruff/simplelogingate
```

or add package to composer.json file

```
{
    "require": {
        "xruff/simplelogingate": "^1.0"
    }
}
```

Documentation
-------------

[](#documentation)

Register configuration in config.neon.

Config has two optional parameters - `nofityEmail` and `userManager`.

```
extensions:
    simpleLoginGate: XRuff\SimpleLoginGate\DI\SimpleLoginGateExtension

# and optional settings for custom templates
simpleLoginGate:
	#breadcrumbsTemplate: %appDir%/components/breadcrumbs.latte
	nofityEmail: igor@webengine.cz
	userManager: 'App\Model\UserManager'(..., @userIdentity)
	registrationFields:
		1:
			- firstname
			- username
			- password
```

Repository .

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Total

3

Last Release

2175d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2eadb96b627cd99367bb565aa4c6058b276146ec587a6ea9f81b1ce1642dca3c?d=identicon)[xruff](/maintainers/xruff)

---

Tags

nette

### Embed Badge

![Health badge](/badges/xruff-simplelogingate/health.svg)

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

###  Alternatives

[contributte/recaptcha

Google reCAPTCHA for Nette - Forms

421.3M4](/packages/contributte-recaptcha)[nette/web-project

Nette: Standard Web Project

10991.8k](/packages/nette-web-project)[nasext/dependent-select-box

Dependent Select Box for Nette Framework.

21262.8k2](/packages/nasext-dependent-select-box)

PHPackages © 2026

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