- Project page: https://github.com/ducks-project/spl-types
- Repository: https://github.com/ducks-project/spl-types
- Original PHP extension: http://php.net/manual/en/intro.spl-types.php
This extension aims at helping people making PHP a stronger typed language and can be a good alternative to scalar type hinting. It provides different typehandling classes as such as integer, float, bool, enum and string
It provides classes unavailable if you can't install SPL Types extension:
Since v7.0.0, breaking changes has appeared in relation to the pecl extension. This is mainly due to the lack of maintenance and relevance of the original extension, associated with the strong typing introduced in: php 7.4 and the existence of enums since php 8.
This library is released under the MIT license.