PHPackages                             virtualorz/user - 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. virtualorz/user

ActiveLibrary

virtualorz/user
===============

0.0.4(6y ago)0261PHP

Since Jul 17Pushed 6y agoCompare

[ Source](https://github.com/virtualorz/user)[ Packagist](https://packagist.org/packages/virtualorz/user)[ RSS](/packages/virtualorz-user/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (5)Used By (1)

Usage
=====

[](#usage)

Use Laravel web to access sesssion put by virtualorz/permisdsion package

Install
=======

[](#install)

```
composer require virtualorz/user

```

Config
======

[](#config)

edit config/app.php

```
'providers' => [
    ...
    Virtualorz\User\UserServiceProvider::class
]

'aliases' => [
    ...
    'Sitemap' => Virtualorz\User\Facades\User::class,
]

```

Method
======

[](#method)

###### get(key)

[](#getkey)

```
return string of session value in key : login_user

```

###### getProp($key)

[](#getpropkey)

```
return array of session $key

```

###### set($key,$value)

[](#setkeyvalue)

```
set the sesssion value under login_user

```

###### setProp($key,$value)

[](#setpropkeyvalue)

```
set the session value

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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

Total

4

Last Release

2473d ago

### Community

Maintainers

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

---

Top Contributors

[![alvin-js](https://avatars.githubusercontent.com/u/59727853?v=4)](https://github.com/alvin-js "alvin-js (3 commits)")

### Embed Badge

![Health badge](/badges/virtualorz-user/health.svg)

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

PHPackages © 2026

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