bristol-su / control
An implementation of the control contracts
Installs: 2 908
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
Requires
- php: ^8.0
- ext-json: *
- laravel/framework: ^8.0
Requires (Dev)
- brianium/paratest: ^6.0
- orchestra/testbench: ^6.0
- phpspec/prophecy-phpunit: 2.0.1
- phpstan/phpstan: ^0.12.8
This package is auto-updated.
Last update: 2024-10-19 22:02:44 UTC
README
Control
The user management system used by the Bristol SU Portal
Explore the docs »
View Portal
·
Report Bug
·
Request Feature
Table of Contents
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
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 for more information.
Roadmap
See the open issues for a list of proposed features (and known issues).
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.
- Create an issue to notify us of your planned changes
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request to the Development Branch
See CONTRIBUTING
for more information.
License
Distributed under the GPL-3.0 License. See LICENSE
for more information.
Contact
Toby Twigger - toby.twigger@bristol.ac.uk
Project Link: https://github.com/bristol-su/control