PHPackages                             diacdg/phparray - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. diacdg/phparray

ActiveLibrary

diacdg/phparray
===============

Util classes for list and map

v1.0(4y ago)05MITPHPPHP &gt;=7.1

Since Mar 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/diacdg/phparray)[ Packagist](https://packagist.org/packages/diacdg/phparray)[ RSS](/packages/diacdg-phparray/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

PHP typed array
===============

[](#php-typed-array)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/5ddb78cd92aa4539c173915fd35a850a22adfe7baaaf712dce3eca6c44569544/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6469616364672f70687061727261792f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/diacdg/phparray/?branch=master)[![Build Status](https://camo.githubusercontent.com/dab0f32d382173bca6ca90e479374ca093bdf419b215d6c603497f30fedd34f9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6469616364672f70687061727261792f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/diacdg/phparray/build-status/master)[![Code Coverage](https://camo.githubusercontent.com/f8435d4bc948f057896ae714912ea474d295ae22376f0f97724e31efc9bb7468/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6469616364672f70687061727261792f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/diacdg/phparray/?branch=master)

is an extension for [ArrayObject class](https://www.php.net/manual/en/class.arrayobject.php) that accept only elements and keys of a specified type.

### Installation

[](#installation)

```
composer require diacdg/phparray

```

### Usage

[](#usage)

```
