PHPackages                             dreamaker/seek - 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. dreamaker/seek

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

dreamaker/seek
==============

this package helps handle array activities, creating, accessing, pushing, pulling items in and array

v1.0.0(7y ago)015MITPHP

Since Jul 13Pushed 7y agoCompare

[ Source](https://github.com/Samwel24/seeker)[ Packagist](https://packagist.org/packages/dreamaker/seek)[ RSS](/packages/dreamaker-seek/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Seeker
======

[](#seeker)

[![GitHub issues](https://camo.githubusercontent.com/822430cacc7e21c1856026554791f730324a6f63c2262084d5b46fc1e9720fa9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f53616d77656c32342f7365656b65722e737667)](https://github.com/Samwel24/seeker/issues)[![license](https://camo.githubusercontent.com/a9e7370a8bed4f1a385e39a1bbc32ddf24978d24a035a672dc42cebfcb8541da/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f53616d77656c32342f7365656b65722e737667)](LICENSE.md)[![GitHub forks](https://camo.githubusercontent.com/a64eb60d0cdd5ac9c46213fb0131cfaae46d5728c2386fb8791af69cd5f0d7c1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f53616d77656c32342f7365656b65722e737667)](https://github.com/Samwel24/seeker/network)[![GitHub stars](https://camo.githubusercontent.com/3b1867a6248614b34a7550ddda2f5f57673714601b1625fc98cc9d5b31cb6159/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f53616d77656c32342f7365656b65722e737667)](https://github.com/Samwel24/seeker/stargazers)[![Installs](https://camo.githubusercontent.com/4c506ca0fa040265f17469053e6c2f750259daefd4ebb7810df681ce7a1af0e9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f696e7374616c6c732f53616d77656c32342f7365656b65722e737667)](https://packagist.org/packages/dreamaker/seek/stats)

Table of Contents
-----------------

[](#table-of-contents)

- [Install](#install)
- [Documentation](#documentation)
- [License](#license)

Install
-------

[](#install)

To install the Seeker

first download via composer by running the command `composer require dreamaker\seek`if you do not have composer you could just clone this repo

after download

Then include or into your project directory and put this at the top of you class or file `use Dreamaker\Seeker\Seek;`

Documentation
-------------

[](#documentation)

` Seek::add(&$array, $key, $value)`

This will add an item to an array using the "dot" notation if it doesn't exist.

` Seek::accessible($value)`

This will determine whether the given value is array accessible.

` Seek::has($array, $keys)`

This will check if an item or items exist in an array using "dot" notation

`Seek::exists($array, $key);`This will determine if the given key exists in the provided array.

` Seek::set(&$array, $key, $value)`This will set an array item to a given value using "dot" notation.

License
-------

[](#license)

Seeker is free software distributed under the terms of the MIT license.

Contribution guidelines
-----------------------

[](#contribution-guidelines)

Please report any issue you find in the issues page.
Pull requests are welcome.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2910d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4bbd9760eddac7fac7181332880b66f15aa5c910e7b0d46a27bd25eab67531f1?d=identicon)[samwel244](/maintainers/samwel244)

---

Top Contributors

[![piperstackist](https://avatars.githubusercontent.com/u/41090320?v=4)](https://github.com/piperstackist "piperstackist (5 commits)")[![Samwel24](https://avatars.githubusercontent.com/u/29383313?v=4)](https://github.com/Samwel24 "Samwel24 (2 commits)")

### Embed Badge

![Health badge](/badges/dreamaker-seek/health.svg)

```
[![Health](https://phpackages.com/badges/dreamaker-seek/health.svg)](https://phpackages.com/packages/dreamaker-seek)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
