Download the PHP package ducks-project/spl-types without Composer
On this page you can find all versions of the php package ducks-project/spl-types. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ducks-project/spl-types
More information about ducks-project/spl-types
Files in ducks-project/spl-types
Package spl-types
Short Description Polyfill Module for SplType PHP extension. 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
License MIT
Homepage https://github.com/ducks-project/spl-types/
Rated 5.00 based on 1 reviews
Informations about the package spl-types
SplTypes
- 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
Description
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:
SplType
SplInt
SplFloat
SplEnum
SplBool
SplString
General information
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.
Glossary
- Changelog
- Lexique
- Issues And Limitations
- How To
License
This library is released under the MIT license.