PHPackages                             org\_heigl/valueobjects - 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. org\_heigl/valueobjects

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

org\_heigl/valueobjects
=======================

Some Value-Objects

1.0.3(9y ago)52.1k[2 PRs](https://github.com/heiglandreas/ValueObjects/pulls)MITPHP

Since May 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/heiglandreas/ValueObjects)[ Packagist](https://packagist.org/packages/org_heigl/valueobjects)[ RSS](/packages/org-heigl-valueobjects/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

[![Build Status](https://camo.githubusercontent.com/ade2ec5006201b48b66527828a265ff9fbf56078b2087ccfe0d933df86734d67/68747470733a2f2f7472617669732d63692e6f72672f686569676c616e64726561732f56616c75654f626a656374732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/heiglandreas/ValueObjects)[![Codacy Badge](https://camo.githubusercontent.com/b841405979354a9c3c3ba16f3fc0292753d7b9ecf42ea5268b52f3ce7863cc4d/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3937313833393730666535323430633039353661643935316635623634653131)](https://www.codacy.com/app/github_70/ValueObjects?utm_source=github.com&utm_medium=referral&utm_content=heiglandreas/ValueObjects&utm_campaign=Badge_Grade)

Value Objects
=============

[](#value-objects)

A collection of ValueOpjects that help me make my life easier.

The collection currently includes

- Gis - A component for Geographic shapes like Points, Rectangles, Dimensions, Polygons and Shapes.
- Pixel - A Pixel-Representation
- DPI - A DPI-Representation

Stuff to be converted
=====================

[](#stuff-to-be-converted)

```
$valueObject = new Pixels(2000);
$dimension = new DotsPerInch(72);
$converter = new Converter(new DotsPerInch(72));
$converter->from(new Pixels(2000))
          ->to('\\Org_Heigl\\ValueObjects\\Length\\Meter')
          ->convert();
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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 ~105 days

Total

4

Last Release

3327d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ae5183aaad2bc7453230704bd6991dc6ccbcd6e775c6a29efdc94350a69f247?d=identicon)[heiglandreas](/maintainers/heiglandreas)

---

Top Contributors

[![heiglandreas](https://avatars.githubusercontent.com/u/91998?v=4)](https://github.com/heiglandreas "heiglandreas (7 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/org-heigl-valueobjects/health.svg)

```
[![Health](https://phpackages.com/badges/org-heigl-valueobjects/health.svg)](https://phpackages.com/packages/org-heigl-valueobjects)
```

###  Alternatives

[kubawerlos/composer-smaller-lock

Plugin to keep composer.lock smaller and readable

135.8k](/packages/kubawerlos-composer-smaller-lock)

PHPackages © 2026

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