PHPackages                             fnayou/dotted - 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. fnayou/dotted

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

fnayou/dotted
=============

php library to access multidimensional arrays

2.0(3y ago)83.5k1MITPHP

Since Jun 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/fnayou/dotted)[ Packagist](https://packagist.org/packages/fnayou/dotted)[ Docs](https://github.com/fnayou/dotted)[ RSS](/packages/fnayou-dotted/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

Dotted
======

[](#dotted)

[![](https://camo.githubusercontent.com/605b02ff1510f51d02326c6ce768ff223bb142e62819f0cec2d2c674687c8e33/68747470733a2f2f636c6f75642e61796d656e2e66722f732f6271516a776a46726a51324a7443512f646f776e6c6f6164)](https://camo.githubusercontent.com/605b02ff1510f51d02326c6ce768ff223bb142e62819f0cec2d2c674687c8e33/68747470733a2f2f636c6f75642e61796d656e2e66722f732f6271516a776a46726a51324a7443512f646f776e6c6f6164)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/baacf5f58bbb742e25a3a830b65457d3a77cdcf4eea38984f92841828e28957b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f666e61796f752f646f747465642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/fnayou/dotted/?branch=master)[![Version](https://camo.githubusercontent.com/ee0435dddec449668a93cfb6cd9319693ca68ff70ec2c57d74a16349390e3e63/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666e61796f752f646f747465642e7376673f7374796c653d666c6174)](https://packagist.org/packages/fnayou/dotted)[![Build Status](https://camo.githubusercontent.com/10a85f7b6e570b0b0b5a529bf722dd6b2fb45274b026745f6bb1304b90ab9a50/68747470733a2f2f64726f6e652e61796d656e2e66722f6170692f6261646765732f666e61796f752f646f747465642f7374617475732e737667)](https://drone.aymen.fr/fnayou/dotted)

**Dotted** is a PHP library to manage *multidimensional arrays* !

It will help you *checking*, *accessing* or *inserting* values of an array.

Installation
------------

[](#installation)

use [Composer](https://getcomposer.org/) to install `dotted` library :

```
$ php composer.phar require fnayou/dotted
```

or [download the latest release](https://github.com/fnayou/dotted/releases) and include `src/Dotted.php` in your project.

Compatibility
-------------

[](#compatibility)

after the last changes. **Dotted** is only compatible with `>= PHP 7.4`for older versions, please use tag `1.x.x`

Usage
-----

[](#usage)

first, you create `dotted` object by passing the `array` content.

next you can *check*, *access* or *insert* values with ease.

```
