2017 © Pedro Peláez
 

library valueobjects

Some Value-Objects

image

org_heigl/valueobjects

Some Value-Objects

  • Wednesday, April 5, 2017
  • by heiglandreas
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1,551 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Build Status Codacy Badge, (*1)

Value Objects

A collection of ValueOpjects that help me make my life easier., (*2)

The collection currently includes, (*3)

  • 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

```php $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();, (*4)

The Versions

05/04 2017

dev-master

9999999-dev

Some Value-Objects

  Sources   Download

MIT

The Development Requires

05/04 2017

1.0.3

1.0.3.0

Some Value-Objects

  Sources   Download

MIT

The Development Requires

07/02 2017

1.0.2

1.0.2.0

Some Value-Objects

  Sources   Download

MIT

The Development Requires

24/05 2016

1.0.1

1.0.1.0

Some Value-Objects

  Sources   Download

MIT

The Requires

 

24/05 2016

1.0.0

1.0.0.0

Some Value-Objects

  Sources   Download

MIT

The Requires