PHPackages                             bristol-su/static-page - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bristol-su/static-page

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bristol-su/static-page
======================

A static page module for the Bristol SU Portal Project, to display text or HTML

v3.0.0(4y ago)2448[14 PRs](https://github.com/bristol-su/static-page/pulls)MITPHPPHP ^8.0

Since Feb 28Pushed 3y agoCompare

[ Source](https://github.com/bristol-su/static-page)[ Packagist](https://packagist.org/packages/bristol-su/static-page)[ RSS](/packages/bristol-su-static-page/feed)WikiDiscussions develop Synced yesterday

READMEChangelog (9)Dependencies (3)Versions (25)Used By (0)

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

### Static Page

[](#static-page)

 A simple page to display predefined HTML to users
 [**Explore the docs »**](https://docs.bristolsustaging.co.uk)

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

[![Build](https://camo.githubusercontent.com/7660109029f13314af4c9d3c16420c7653433a7123a108b7aa162bdcd7e36da8/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f6275696c642f672f62726973746f6c2d73752f7374617469632d706167652f6d61737465723f7374796c653d666f722d7468652d6261646765)](https://scrutinizer-ci.com/g/bristol-su/static-page/build-status/master)[![Code Quality](https://camo.githubusercontent.com/d5943f45c3fe2312d9842dbe40dba0eb2dfa4585396f0fd67eb2659b8f068ecb/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f62726973746f6c2d73752f7374617469632d706167652f6d61737465723f7374796c653d666f722d7468652d6261646765)](https://scrutinizer-ci.com/g/bristol-su/static-page/?branch=master)[![Release](https://camo.githubusercontent.com/17d5c8c134db86a290fd48b95a16d3c65aeb2845148389b6a7fa7044983ebdfc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62726973746f6c2d73752f7374617469632d706167653f696e636c7564655f70726572656c6561736573267374796c653d666f722d7468652d6261646765)](https://github.com/bristol-su/static-page)[![MIT License](https://camo.githubusercontent.com/5e3cf5cb0829a8fb512a9154b52d3d89165b20628e57626255c24adbfdd949ee/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f62726973746f6c2d73752f7374617469632d706167653f7374796c653d666f722d7468652d6261646765)](https://github.com/bristol-su/static-page/blob/master/LICENCE.md)

[![Downloads](https://camo.githubusercontent.com/5ac1f294ba072163250a34c5e2d961dd8039730d77fe0310ea18600d4e3940bd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62726973746f6c2d73752f7374617469632d706167653f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/bristol-su/static-page)[![Stargazers](https://camo.githubusercontent.com/5210d086f7c97f8df4a4eeb7adaad8710d305248796a0a4fb8bb9e47cd729d8b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f62726973746f6c2d73752f7374617469632d706167653f7374796c653d666f722d7468652d6261646765)](https://github.com/bristol-su/static-page/stargazers)[![Issues](https://camo.githubusercontent.com/dca2503d6f2d1c8a6e591312dee53be40bee52442eb8755141857fea702138a7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f62726973746f6c2d73752f7374617469632d706167653f7374796c653d666f722d7468652d6261646765)](https://github.com/bristol-su/static-page/issues)

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

[](#table-of-contents)

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

About The Module
----------------

[](#about-the-module)

This module shows predefined HTML to the user.

- Fully-featured WYSIWGY editor for defining the page
- Track page views
- Allow for a button to mark the module as complete

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

[](#getting-started)

All you need to do to get started using this module is pull it into the portal or the playground!

```
composer require bristol-su/static-page
```

Roadmap
-------

[](#roadmap)

See the [open issues](https://github.com/bristol-su/static-page/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

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 98.2% 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 ~74 days

Recently: every ~124 days

Total

9

Last Release

1667d ago

Major Versions

v1.1.1 → v2.0.02021-08-12

v2.0.0 → v3.0.02021-10-18

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

v2.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 (55 commits)")[![AidanLaycock](https://avatars.githubusercontent.com/u/21222371?v=4)](https://github.com/AidanLaycock "AidanLaycock (1 commits)")

---

Tags

bristol-su-module

### Embed Badge

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

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

###  Alternatives

[akaunting/laravel-module

Module management package for Laravel

124239.1k](/packages/akaunting-laravel-module)[maxmind/geoip

MaxMind GeoIP Symfony2 Bundle

271.3M1](/packages/maxmind-geoip)[theodorejb/polycast

Safely cast values to int, float, or string

50245.0k1](/packages/theodorejb-polycast)[phpexiftool/exiftool

Exiftool is a library for reading, writing and editing meta information. This package is not PHP, but required for the main PHP driver : PHP Exiftool

30376.0k7](/packages/phpexiftool-exiftool)[phpmentors/domain-commons

Commons for domain models

11287.8k](/packages/phpmentors-domain-commons)

PHPackages © 2026

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