PHPackages                             mouf/security.userservice-splash - 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. [Security](/categories/security)
4. /
5. mouf/security.userservice-splash

ActiveLibrary[Security](/categories/security)

mouf/security.userservice-splash
================================

This package contains a set of class to bind the Splash MVC framework (&gt;=v4.0) with the UserService component. It features: a @Logged annotation to restrict access to logged users only.

v10.0.0(7y ago)0194.3k54MITPHPPHP &gt;=7.1

Since Mar 27Pushed 3y ago7 watchersCompare

[ Source](https://github.com/thecodingmachine/security.userservice-splash)[ Packagist](https://packagist.org/packages/mouf/security.userservice-splash)[ Docs](https://github.com/thecodingmachine/security.userservice-splash)[ RSS](/packages/mouf-securityuserservice-splash/feed)WikiDiscussions 10.0 Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (11)Used By (4)

Integrating the "userservice" with Splash
=========================================

[](#integrating-the-userservice-with-splash)

This package is part of the Mouf PHP framework and contains the *@Logged* annotation to bind with Splash to the UserService.

The **@Logged** annotation
--------------------------

[](#the-logged-annotation)

This filter can be used in any action. If you put this annotation, the user will be denied access if he is not logged in.

```
/**
 * A sample default action that requires to be logged.
 *
 * @URL ("/homepage")
 * @Logged
 */
public function index() { ... }
```

```
/**
 * A sample default action that requires to be logged.
 *
 * @URL ("/homepage")
 * @Logged(middlewareName = "myUnauthorizedMiddleware")
 */
public function index() { ... }
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 70% 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 ~179 days

Recently: every ~8 days

Total

10

Last Release

2820d ago

Major Versions

v4.0.0 → 6.0.x-dev2014-10-29

4.0.x-dev → v8.0.02018-06-08

v8.0.1 → v10.0.0-beta.12018-08-28

PHP version history (3 changes)v4.0.0PHP &gt;=5.3.0

v8.0.0PHP &gt;=7.0.0

v10.0.0-beta.1PHP &gt;=7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1104771?v=4)[mouf](/maintainers/mouf)[@Mouf](https://github.com/Mouf)

---

Top Contributors

[![moufmouf](https://avatars.githubusercontent.com/u/1290952?v=4)](https://github.com/moufmouf "moufmouf (21 commits)")[![nguyenk](https://avatars.githubusercontent.com/u/2227554?v=4)](https://github.com/nguyenk "nguyenk (6 commits)")[![xhuberty](https://avatars.githubusercontent.com/u/8350192?v=4)](https://github.com/xhuberty "xhuberty (2 commits)")[![HugoAverty](https://avatars.githubusercontent.com/u/1681508?v=4)](https://github.com/HugoAverty "HugoAverty (1 commits)")

---

Tags

securityusermoufsplash

### Embed Badge

![Health badge](/badges/mouf-securityuserservice-splash/health.svg)

```
[![Health](https://phpackages.com/badges/mouf-securityuserservice-splash/health.svg)](https://phpackages.com/packages/mouf-securityuserservice-splash)
```

###  Alternatives

[phpseclib/phpseclib

PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.

5.6k434.8M1.3k](/packages/phpseclib-phpseclib)[defuse/php-encryption

Secure PHP Encryption Library

3.9k162.4M214](/packages/defuse-php-encryption)[robrichards/xmlseclibs

A PHP library for XML Security

41478.1M118](/packages/robrichards-xmlseclibs)[codeconsortium/ccdn-user-security-bundle

CCDN User Security Bundle

60100.7k](/packages/codeconsortium-ccdn-user-security-bundle)

PHPackages © 2026

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