PHPackages                             slownls/simple\_auth\_system - 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. slownls/simple\_auth\_system

ActiveLibrary

slownls/simple\_auth\_system
============================

Simple authentification system in php

1.0.0(6y ago)25Apache-2.0PHP

Since Mar 14Pushed 6y ago1 watchersCompare

[ Source](https://github.com/SlownLS/simple-auth-system)[ Packagist](https://packagist.org/packages/slownls/simple_auth_system)[ RSS](/packages/slownls-simple-auth-system/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Simple Authentification System
==============================

[](#simple-authentification-system)

Simple authentication system is a pre-made authentication system to connect your users to your website.

General functions
-----------------

[](#general-functions)

```
User::SetDatabase(PDO $db) // Used to define the instance of your database

User::GetBy(string ...$args) // Used to retrieve a user's information

User::Create(string $username, string $email, string $password) // Used to register a user in the database

User::GetLocalInfo(string $key) // Used to retrieve information from the user's session.
```

Login functions
---------------

[](#login-functions)

```
User::IsLogged() // Whether the user is logged in.

User::Logout() // Used to log out the user

User::Login(string $username, string $password) // Used to log the user in.

User::Register(string $username, string $email, string $password, string $password_confirm) // Use to create a new user
```

Notification functions
----------------------

[](#notification-functions)

```
User::HasNotifications() // Whether the user has any notifications

User::GetNotifications() // Used to retrieve user notifications

User::AddNotification(string $type, string $message) // Used to add a notification to the user

User::DestroyNotification(int $key) // Used to delete a notification to the user
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Unknown

Total

1

Last Release

2253d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3955af656444dff06f1f25b924a214904caa98fbc843352169260d9e4b8a5928?d=identicon)[SlownLS](/maintainers/SlownLS)

---

Top Contributors

[![SlownLS](https://avatars.githubusercontent.com/u/22427817?v=4)](https://github.com/SlownLS "SlownLS (9 commits)")

---

Tags

phpauthentificationobject orientedslownls

### Embed Badge

![Health badge](/badges/slownls-simple-auth-system/health.svg)

```
[![Health](https://phpackages.com/badges/slownls-simple-auth-system/health.svg)](https://phpackages.com/packages/slownls-simple-auth-system)
```

###  Alternatives

[pestphp/pest-plugin-stressless

Stressless plugin for Pest

67792.6k16](/packages/pestphp-pest-plugin-stressless)

PHPackages © 2026

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