library valueobjects
Some Value-Objects
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
, (*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)
dev-master
9999999-dev
Some Value-Objects
Sources
Download
MIT
The Development Requires
1.0.3
1.0.3.0
Some Value-Objects
Sources
Download
MIT
The Development Requires
1.0.2
1.0.2.0
Some Value-Objects
Sources
Download
MIT
The Development Requires