PHPackages                             donurks/php-typed-array - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. donurks/php-typed-array

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

donurks/php-typed-array
=======================

A base class for typed arrays.

1.0.0(8y ago)041MITPHP

Since Aug 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/DonUrks/php-typed-array)[ Packagist](https://packagist.org/packages/donurks/php-typed-array)[ Docs](https://github.com/donurks/php-typed-array/)[ RSS](/packages/donurks-php-typed-array/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/932d01058948bcd92a3088847e7d045bd6020baa8dd51d4562f2d616e79c1a7d/68747470733a2f2f7472617669732d63692e6f72672f446f6e55726b732f7068702d74797065642d61727261792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/DonUrks/php-typed-array)[![Latest Stable Version](https://camo.githubusercontent.com/1d0ba17cdb25390b43892f9604787498e28df330611ef04df738e165afe63e2d/68747470733a2f2f706f7365722e707567782e6f72672f646f6e75726b732f7068702d74797065642d61727261792f762f737461626c65)](https://packagist.org/packages/donurks/php-typed-array)[![Total Downloads](https://camo.githubusercontent.com/0247afdd3275cda9e77905bdae3868190e0aace7c1a00bf1051377c3d4c4a3cd/68747470733a2f2f706f7365722e707567782e6f72672f646f6e75726b732f7068702d74797065642d61727261792f646f776e6c6f616473)](https://packagist.org/packages/donurks/php-typed-array)[![License](https://camo.githubusercontent.com/fbe91d1853aecea0017f6f9e3059ef6dd1dd5bd1c71844b6e070c5a2da5422d1/68747470733a2f2f706f7365722e707567782e6f72672f646f6e75726b732f7068702d74797065642d61727261792f6c6963656e7365)](https://packagist.org/packages/donurks/php-typed-array)

php-typed-array
===============

[](#php-typed-array)

A PHP class for type safe arrays. This project is based on PHPs [ArrayObject](http://php.net/manual/en/arrayobject.construct.php).

Features
--------

[](#features)

- type safe arrays
- arrays for PHP language types
    - boolean
    - integer
    - string
    - float

Installation (with [Composer](https://getcomposer.org))
-------------------------------------------------------

[](#installation-with-composer)

### Command line

[](#command-line)

```
composer require donurks/php-typed-array
```

Usage
-----

[](#usage)

### Classes

[](#classes)

```
