PHPackages                             urbvik/cuserbase - 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. urbvik/cuserbase

ActiveLibrary

urbvik/cuserbase
================

A simple class for user authorisation to use with AnaxMVC

v1.0(10y ago)07MITPHPPHP &gt;=5.4

Since Apr 19Pushed 10y ago1 watchersCompare

[ Source](https://github.com/uvil/cuserbase)[ Packagist](https://packagist.org/packages/urbvik/cuserbase)[ RSS](/packages/urbvik-cuserbase/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

CUserBase
=========

[](#cuserbase)

A PHP-based package to use with ["AnaxMVC"](https://github.com/mosbth/Anax-MVC).

I handles the user autorisation process.

HOW TO USE:
===========

[](#how-to-use)

1. Create a new (project) folder and install AnaxMVC to it by cloning:

    git clone .
2. Point browser to the file webroot/hello.php.

- IF it is working then continue.

3. Edit (or create) the file composer.json by adding the folowing line:

    "require": {"urbvik/cuserbase": "dev-master"}
4. Also set the stability flags in the composer.json file to:

    "minimum-stability": "dev", "prefer-stable" : true,
5. Then validate and install the packages via composer:

    composer validate composer install --no-dev
6. Adjust database settings in app/config/config\_mysql.php and create database table. Run the attached the file user.sql (located i same folder as this file).
7. Include mos CDatabaseBasics class to the demo project by including the composer generated autoloader. I.e by adding the line:

    require "../../../autoload.php";

to the index.php file.

Then point your browser to \[project-folder\]/vendor/urbvik/cuserbase/webroot/ and the demo site shoud work.

Good Luck!

```
 .
..:  Copyright (c) 2016 Urban Vikdahl

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3672d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d537378d16a1928e6aa758675d2ba4de699f46f4ff0b4d15dcc883e6667bbe1?d=identicon)[urbvik](/maintainers/urbvik)

---

Top Contributors

[![urbvik](https://avatars.githubusercontent.com/u/2310889?v=4)](https://github.com/urbvik "urbvik (10 commits)")

### Embed Badge

![Health badge](/badges/urbvik-cuserbase/health.svg)

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

PHPackages © 2026

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