Packages from florianwolters
-
PHP
florianwolters/code-kata
A code kata is an exercise in programming which helps a programmer hone their skills through practice and repetition.
-
PHP
florianwolters/component-core-cloneable
Allows and disallows the cloning of objects as a PHP component.
-
PHP
florianwolters/component-core-comparable
Imposes a total ordering on objects as a PHP component.
-
PHP
florianwolters/component-core-debugprint
The Debug Print Method implementation pattern as a PHP component.
-
-
PHP
florianwolters/component-core-equality
Implements equivalence relations on non-null object references as a PHP component.
-
PHP
florianwolters/component-core-hashcode
Provides a hash code value for objects as a PHP component.
-
PHP
florianwolters/component-core-immutable
The Immutable Object implementation pattern as a PHP component.
-
PHP
florianwolters/component-core-stringutils
Offers operations on the data type string as a PHP component.
-
PHP
florianwolters/component-core-valueobject
The Value Object implementation pattern as a PHP component.
-
PHP
florianwolters/component-drawing-color
Models and operations on objects related to colors as a PHP component.
-
PHP
florianwolters/component-geometry
Models and operations on objects related to geometry as a PHP component.
-
PHP
florianwolters/component-number-fraction
Fraction is a Number implementation that stores a fraction (numerator/denominator) accurately.
-
PHP
florianwolters/component-service-quickresponse
Web service clients to create Quick Response (QR) codes as a PHP component.
-
-
-
PHP
florianwolters/component-util-observer
The Observer behavioural design pattern as a PHP component.
-
PHP
florianwolters/component-util-reflection
Provides operations for the PHP Reflection API as a PHP component.
-
PHP
florianwolters/component-util-singleton
The Singleton (and Registry of Singletons a.k.a. Multiton) design pattern as a PHP component.