aipng/value-objects
Common value objects
Maintainers
v3.2
2026-01-25 20:55 UTC
Requires
- php: >= 8.4
- nette/utils: ^4.0
Requires (Dev)
- doctrine/dbal: ^4.0
- mockery/mockery: ^1.6.12
- phpstan/phpstan: ^2.1.37
- phpstan/phpstan-phpunit: ^2.0.12
- phpunit/phpunit: ^12.5.7
Suggests
- doctrine/dbal: Needed to support custom Doctrine DBAL types
Provides
None
Conflicts
None
Replaces
None
MIT 4d60cf0f8ef096a08908e6a1af7a14cd94b59471
- Karel Horský <karel.horsky.woop@centrum.cz>
README
Simple value objects.
- URL
Helper class
StringNormalizer
Simple class for normalizing string inputs. It provides one simple methods:
- normalize - trims whitespaces from given input, empty strings are converted to
null
