PHPackages                             bristol-su/control - 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. bristol-su/control

ActiveLibrary

bristol-su/control
==================

An implementation of the control contracts

v3.1.3(4y ago)03.0k[2 PRs](https://github.com/bristol-su/control/pulls)2MITPHPPHP ^8.0

Since Jan 30Pushed 3y agoCompare

[ Source](https://github.com/bristol-su/control)[ Packagist](https://packagist.org/packages/bristol-su/control)[ RSS](/packages/bristol-su-control/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (5)Versions (29)Used By (2)

 [ ![Logo](https://camo.githubusercontent.com/38aecbfc8b6f0b2001dd794b8494765bbee23c4f2b298ed446ef314d65aabe2e/68747470733a2f2f73332e65752d776573742d322e616d617a6f6e6177732e636f6d2f62726973746f6c2d73752d7374617469632d6275636b65742f636f6d6d69747465652d706f7274616c2f73752d6c6f676f2e6a7067) ](https://github.com/bristol-su)

### Control

[](#control)

 The user management system used by the Bristol SU Portal
 [**Explore the docs »**](https://docs.bristolsustaging.co.uk)

 [View Portal](https://github.com/bristol-su/portal) · [Report Bug](https://github.com/bristol-su/control/issues/new?template=bug_report.md) · [Request Feature](https://github.com/bristol-su/control/issues/new?template=feature_request.md)

[![Build](https://camo.githubusercontent.com/4016ac7563d25017aa2a0053008fed120921c188430403da8f4e7356bb2838ae/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f6275696c642f672f62726973746f6c2d73752f636f6e74726f6c2f6d61737465723f7374796c653d666f722d7468652d6261646765)](https://scrutinizer-ci.com/g/bristol-su/control/build-status/master)[![Code Quality](https://camo.githubusercontent.com/c2f687e8d9cfc43c02d77f58c11586138049f977dd1dcd3147c16fdf95da3fc0/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f62726973746f6c2d73752f636f6e74726f6c2f6d61737465723f7374796c653d666f722d7468652d6261646765)](https://scrutinizer-ci.com/g/bristol-su/control/?branch=master)[![Release](https://camo.githubusercontent.com/8c94fdccffdcd243325528aaceaf67b77e61df600729bce904650cb8e45ffe00/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62726973746f6c2d73752f636f6e74726f6c3f696e636c7564655f70726572656c6561736573267374796c653d666f722d7468652d6261646765)](https://github.com/bristol-su/control)[![MIT License](https://camo.githubusercontent.com/6bc4d5167bfcdde6279d913c89e910a19fb02c386ab540b2f8b8dc9cfed5dda3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f62726973746f6c2d73752f636f6e74726f6c3f7374796c653d666f722d7468652d6261646765)](https://github.com/bristol-su/control/blob/master/LICENCE.md)

[![Downloads](https://camo.githubusercontent.com/28190631df4e3448550098b236239ac12f99c84133d261f95a0a3ba68fb3de0a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62726973746f6c2d73752f636f6e74726f6c3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/bristol-su/control)[![Stargazers](https://camo.githubusercontent.com/7d8af42d69e991a16ae27ff8dba38f60896800f1126cd0d45eae819db439f6dc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f62726973746f6c2d73752f636f6e74726f6c3f7374796c653d666f722d7468652d6261646765)](https://github.com/bristol-su/control/stargazers)[![Issues](https://camo.githubusercontent.com/234a6a1ee5f9be0e5edd415fa2fe0ea9b76341eebb7f8d1a1585aba76a1c7cd2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f62726973746f6c2d73752f636f6e74726f6c3f7374796c653d666f722d7468652d6261646765)](https://github.com/bristol-su/control/issues)

Table of Contents
-----------------

[](#table-of-contents)

- [About the Project](#about-the-project)
- [Getting Started](#getting-started)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)

About The Project
-----------------

[](#about-the-project)

The control package provides a set of interfaces for creating a user management system, including groups and roles.

It also provides a database implementation of these interfaces, leading to a zero-configuration package. Additionally, it provides a full API for accessing and changing data.

Getting Started
---------------

[](#getting-started)

Usually, you will want to use the portal package. This package is included with the SDK, but to pull it in alone, run

```
composer require bristol-su/control
```

See our [developer docs](https://docs.bristolsustaging.co.uk/books/framework-development/chapter/control) for more information.

Roadmap
-------

[](#roadmap)

See the [open issues](https://github.com/bristol-su/control/issues) for a list of proposed features (and known issues).

Contributing
------------

[](#contributing)

Contributions are what make the open source community such an amazing place to learn, be inspired, and create. Any contributions you make are **greatly appreciated**.

1. Create an issue to notify us of your planned changes
2. Fork the Project
3. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
4. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
5. Push to the Branch (`git push origin feature/AmazingFeature`)
6. Open a Pull Request to the Development Branch

See `CONTRIBUTING` for more information.

License
-------

[](#license)

Distributed under the GPL-3.0 License. See `LICENSE` for more information.

Contact
-------

[](#contact)

Toby Twigger -

Project Link:

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity72

Established project with proven stability

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

Recently: every ~17 days

Total

24

Last Release

1630d ago

Major Versions

v1.3.0 → v2.02020-04-22

v2.1.5 → v3.0.02021-08-05

PHP version history (4 changes)v1.0PHP ^7.2

v2.1PHP ^7.3

v2.1.4PHP ^7.4

v3.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/94c469b6466204c9a4091dde7d1b4a1a37810daee22bf88d16a800dbdb23a205?d=identicon)[tt15951](/maintainers/tt15951)

---

Top Contributors

[![tobytwigger](https://avatars.githubusercontent.com/u/24829185?v=4)](https://github.com/tobytwigger "tobytwigger (123 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/bristol-su-control/health.svg)

```
[![Health](https://phpackages.com/badges/bristol-su-control/health.svg)](https://phpackages.com/packages/bristol-su-control)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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