PHPackages                             bristol-su/data-entry - 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/data-entry

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

bristol-su/data-entry
=====================

A module for the Bristol SU Portal Project to allow entering and management of data in a given data structure

v3.0.0(4y ago)12771[12 PRs](https://github.com/bristol-su/data-entry/pulls)MITVuePHP ^8.0

Since Jun 8Pushed 3y agoCompare

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

READMEChangelog (5)Dependencies (4)Versions (20)Used By (0)

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

### Data Entry

[](#data-entry)

 Manage a set of data with a defined structure
 [**Explore the docs »**](https://docs.bristolsustaging.co.uk)

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

[![Build](https://camo.githubusercontent.com/c519f3798fea80cb7f497bb19510e1bc25196be303bfdd9f24203912ef68350e/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f6275696c642f672f62726973746f6c2d73752f646174612d656e7472792f6d61737465723f7374796c653d666f722d7468652d6261646765)](https://scrutinizer-ci.com/g/bristol-su/data-entry/build-status/master)[![Code Quality](https://camo.githubusercontent.com/596a2fa181513e182b27cbfb5861cde13bd67420f8a1b8133ced3f3638305e92/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f62726973746f6c2d73752f646174612d656e7472792f6d61737465723f7374796c653d666f722d7468652d6261646765)](https://scrutinizer-ci.com/g/bristol-su/data-entry/?branch=master)[![Release](https://camo.githubusercontent.com/e668b74f7b6e39bb04e73bea623023bff2f6a8e882b5feffcd29290d68f172fa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62726973746f6c2d73752f646174612d656e7472793f696e636c7564655f70726572656c6561736573267374796c653d666f722d7468652d6261646765)](https://github.com/bristol-su/data-entry)[![MIT License](https://camo.githubusercontent.com/2e7eb7a5cc5d86d67535663f041a837f0a53fa51d977e6677d1375dd64c550b6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f62726973746f6c2d73752f646174612d656e7472793f7374796c653d666f722d7468652d6261646765)](https://github.com/bristol-su/data-entry/blob/master/LICENCE.md)

[![Downloads](https://camo.githubusercontent.com/419fbb7466b57a20ab048d83466fec9af12806350033491017e16e201c6b9ead/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62726973746f6c2d73752f646174612d656e7472793f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/bristol-su/data-entry)[![Stargazers](https://camo.githubusercontent.com/67f3a3267f06578ed2054dc958fd66bd57f6adbed02b4ae1abadf638863a7a1f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f62726973746f6c2d73752f646174612d656e7472793f7374796c653d666f722d7468652d6261646765)](https://github.com/bristol-su/data-entry/stargazers)[![Issues](https://camo.githubusercontent.com/b2279cafac62d43515066456c7e7c9ddb2e1c87c0391d380d82fd9742ffa1e0c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f62726973746f6c2d73752f646174612d656e7472793f7374796c653d666f722d7468652d6261646765)](https://github.com/bristol-su/data-entry/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 allows users to collect data

- Manage the data structure of accepted data, including advanced validation and type
- Use CSVs to download or upload data
- Quick overview of uploaded data

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/data-entry
```

Roadmap
-------

[](#roadmap)

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

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 79% 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 ~124 days

Total

5

Last Release

1670d ago

Major Versions

v1.0.2 → v2.0.02021-08-12

v2.0.0 → v3.0.02021-10-18

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

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 (49 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")[![AidanLaycock](https://avatars.githubusercontent.com/u/21222371?v=4)](https://github.com/AidanLaycock "AidanLaycock (4 commits)")

---

Tags

bristol-su-module

### Embed Badge

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

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[craftcms/feed-me

Import content from XML, RSS, CSV or JSON feeds into entries, categories, Craft Commerce products, and more.

292927.5k22](/packages/craftcms-feed-me)[troydavisson/phrets

RETS library in PHP

463355.6k](/packages/troydavisson-phrets)[firefly-iii/data-importer

Firefly III Data Import Tool.

7545.8k](/packages/firefly-iii-data-importer)

PHPackages © 2026

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