PHPackages                             mensbeam/framework - 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. mensbeam/framework

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

mensbeam/framework
==================

Common classes and traits used in many Mensbeam projects

1.0.5(4y ago)0611MITPHPPHP &gt;=7.4

Since Oct 11Pushed 4y ago2 watchersCompare

[ Source](https://github.com/mensbeam/Framework)[ Packagist](https://packagist.org/packages/mensbeam/framework)[ RSS](/packages/mensbeam-framework/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (7)Used By (1)

Framework
=========

[](#framework)

Common classes and traits used in many MensBeam projects

Exception
---------

[](#exception)

Basic exception framework using constants for error codes with corresponding messages. Exceptions can have any number of parameters that are varied from error code to error code.

Faux Read Only
--------------

[](#faux-read-only)

A trait containing a getter that will allow reading of protected properties that begin with an underscore, making them appear readonly. Cannot be used with Magic Properties.

Magic Properties
----------------

[](#magic-properties)

Let's face it. Getters and setters in PHP sucks. Instead of having getter and setter accessor methods for classes we instead have the `__get` and `__set` magic methods to handle all properties. Not only are they unwieldy to use when you have many properties they also become difficult to handle when inheriting, especially when traits are involved. This trait attempts to create hackish getter and setter methods that can be extended by simple inheritance.

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

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

Every ~17 days

Total

6

Last Release

1686d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/89590?v=4)[J. King](/maintainers/JKingweb)[@JKingweb](https://github.com/JKingweb)

![](https://www.gravatar.com/avatar/fa45644fa8847647e3d12802571072bbd4f3da8d27ed03f6f8df3c3859db6f6e?d=identicon)[dustinwilson](/maintainers/dustinwilson)

---

Top Contributors

[![dustinwilson](https://avatars.githubusercontent.com/u/1885928?v=4)](https://github.com/dustinwilson "dustinwilson (9 commits)")

### Embed Badge

![Health badge](/badges/mensbeam-framework/health.svg)

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

###  Alternatives

[ssx/skrub

Skrub can help to clear some disk space.

8518.7k](/packages/ssx-skrub)

PHPackages © 2026

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