Download the PHP package mslwk/php-typesafe-array without Composer
On this page you can find all versions of the php package mslwk/php-typesafe-array. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mslwk/php-typesafe-array
More information about mslwk/php-typesafe-array
Files in mslwk/php-typesafe-array
Download mslwk/php-typesafe-array
More information about mslwk/php-typesafe-array
Files in mslwk/php-typesafe-array
Vendor mslwk
Package php-typesafe-array
Short Description Library for type-safe array handling in PHP
License MIT
Package php-typesafe-array
Short Description Library for type-safe array handling in PHP
License MIT
Please rate this library. Is it a good library?
Informations about the package php-typesafe-array
PHP type-safe array
This library was designed to provide you with a way of creating type-safe array-like classes.
The MSlwk\TypeSafeArray\ObjectArray
allows you to:
- pass the desired type via constructor (all added objects will be validated against it)
- use the array object like an array (array accessors, foreach support)
- use defined methods to operate
There is also a factory class for ObjectArray class instances creation.
Installation
Use composer to install the library
Changelog
See changelog here.
Authors
License
This project is licensed under the MIT License - see the LICENSE file for details
All versions of php-typesafe-array with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
The package mslwk/php-typesafe-array contains the following files
Loading the files please wait ....