Download the PHP package nejcc/php-custom-types without Composer
On this page you can find all versions of the php package nejcc/php-custom-types. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nejcc/php-custom-types
More information about nejcc/php-custom-types
Files in nejcc/php-custom-types
Download nejcc/php-custom-types
More information about nejcc/php-custom-types
Files in nejcc/php-custom-types
Vendor nejcc
Package php-custom-types
Short Description A Laravel package providing custom data types like i8, u8, i32, u32, f32, etc.
License MIT
Package php-custom-types
Short Description A Laravel package providing custom data types like i8, u8, i32, u32, f32, etc.
License MIT
Please rate this library. Is it a good library?
Informations about the package php-custom-types
PHP Custom Types
Nejcc/php-custom-types is a Laravel package that provides custom data types like i8
, u8
, i32
, u32
, f32
, and more. These custom types help enforce data integrity, memory efficiency, and validation constraints in your Laravel applications.
Features
- Custom Integer Types:
i8
,u8
,i32
,u32
- Custom Floating Point Type:
f32
- Custom String Type:
Utf8String
- Tuple and Array Types:
Pair
,FixedArray
- Easy Integration: Designed to work seamlessly with Laravel.
- PHP 8.3 Compatibility: Leverages the latest PHP features for performance and security.
Installation
To install the package, use Composer:
Tree
Usage
Custom Integer Types
i32
(32-bit Signed Integer)
Running Tests
To run the unit tests for this package, ensure that you have PHPUnit installed and run:
License
This package is open-source software licensed under the MIT license.
All versions of php-custom-types with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1|8.2|8.3
The package nejcc/php-custom-types contains the following files
Loading the files please wait ....