Tags give the ability to mark specific points in history as being important
-
v0.1.13
2dd11311 · ·Released version 0.1.13 qa: added phpmd, phpcpd, type coverage and composer-normalize src: replaced assert() with explicit exceptions, typed constants Validator\BankAccount::getBanksList() now declares @return array<int|string, string> instead of array<string, string>. No runtime change, but consumers typing the result as array<string, string> will get new PHPStan errors - bank codes without a leading zero (2010) are int keys, because PHP cannot use a numeric string as an array key.
-
v0.1.6
a2d63b73 · ·Release v0.1.6 - Color Converter New Features: - Color::adjustBrightness() - Adjust hex color brightness by percentage - Color::hexToRgb() - Convert hex to RGB string - Color::hexToRgbArray() - Convert hex to RGB array - Color::rgbToHex() - Convert RGB to hex - Color::isValidHex() - Validate hex color codes - Color::getContrastColor() - WCAG-compliant contrast color detection All methods include full type safety, validation, and comprehensive test coverage.
-