PHPackages                             gurukami/php-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. gurukami/php-array

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

gurukami/php-array
==================

Simple &amp; secure helper to manipulate arrays in various ways

v1.0.9(9y ago)298642MITPHPPHP &gt;=5.4.0

Since Sep 15Pushed 9y agoCompare

[ Source](https://github.com/Gurukami/php-array)[ Packagist](https://packagist.org/packages/gurukami/php-array)[ Docs](http://gurukami.com)[ RSS](/packages/gurukami-php-array/feed)WikiDiscussions master Synced today

READMEChangelog (4)DependenciesVersions (11)Used By (0)

Array helper
============

[](#array-helper)

[![Latest Stable Version](https://camo.githubusercontent.com/13e199f4d30f9a9c025426998ef151c4fe8da1bac1ee25c1bd929914621ad7c8/68747470733a2f2f706f7365722e707567782e6f72672f677572756b616d692f7068702d61727261792f762f737461626c652e706e67)](https://packagist.org/packages/gurukami/php-array)[![Total Downloads](https://camo.githubusercontent.com/32986fb9bf81220bd2028833571c253b645988422992d80c2c158e956c98289d/68747470733a2f2f706f7365722e707567782e6f72672f677572756b616d692f7068702d61727261792f646f776e6c6f6164732e706e67)](https://packagist.org/packages/gurukami/php-array)[![License](https://camo.githubusercontent.com/ebbeadb1eff97da269a95d43a2bc7e7a4e915128a91a22881d2aa07951ffbb63/68747470733a2f2f706f7365722e707567782e6f72672f677572756b616d692f7068702d61727261792f6c6963656e73652e706e67)](https://packagist.org/packages/gurukami/php-array)[![Build Status](https://camo.githubusercontent.com/a12c6a410f9a5bafd2207e055e5f0480c5c4b2b2dc9941d5b4fb20b2dcf62d8f/68747470733a2f2f7472617669732d63692e6f72672f477572756b616d692f7068702d61727261792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Gurukami/php-array)

Simple &amp; secure helper to manipulate arrays in various ways, especially for multidimensional arrays
Forget about checking for existing keys and E\_NOTICE

Usage
-----

[](#usage)

Namespace Gurukami\\Helpers

**Exists** (Checks if the given key exists in the array by a string representation)

Arrays::exists($key, $array)

```
