Download the PHP package nitier/datatype without Composer
On this page you can find all versions of the php package nitier/datatype. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package datatype
DataType Library
A PHP library for handling various data types with built-in validation for format, range, and nullability.
๐ฆ Installation
Requires PHP 8.0+. Install the package via Composer
:
๐ Supported Data Types
- Text Types:
TextType
,VarcharType
,TinyTextType
,MediumTextType
,LongTextType
- Temporal Types:
DateType
,TimeType
,DatetimeType
,TimestampType
,YearType
- Numeric Types:
IntType
,FloatType
,DecimalType
,TinyIntType
,MediumIntType
,SmallIntType
๐ Usage Examples
Text Types
VarcharType
Temporal Types
DateType
๐ Project Structure
๐งช Running Tests
Ensure PHPUnit is installed:
Run tests:
๐ License
Licensed under the MIT License. See LICENSE
for details.
๐ค Contributions
Contributions are welcome via pull requests or issues. Let's make this library better together!
All versions of datatype with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.3
The package nitier/datatype contains the following files
Loading the files please wait ....