2017 © Pedro Peláez
 

library seek

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

image

dreamaker/seek

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

  • Friday, July 13, 2018
  • by samwel244
  • Repository
  • 0 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Seeker

GitHub issues license GitHub forks GitHub stars Installs, (*1)

Table of Contents

Install

To install the Seeker, (*2)

first download via composer by running the command composer require dreamaker\seek if you do not have composer you could just clone this repo, (*3)

after download, (*4)

Then include or into your project directory and put this at the top of you class or file use Dreamaker\Seeker\Seek;, (*5)

Documentation

Seek::add(&$array, $key, $value), (*6)

This will add an item to an array using the "dot" notation if it doesn't exist., (*7)

Seek::accessible($value), (*8)

This will determine whether the given value is array accessible., (*9)

Seek::has($array, $keys), (*10)

This will check if an item or items exist in an array using "dot" notation, (*11)

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

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

License

Seeker is free software distributed under the terms of the MIT license., (*14)

Contribution guidelines

Please report any issue you find in the issues page.
Pull requests are welcome., (*15)

The Versions

13/07 2018

dev-master

9999999-dev

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

  Sources   Download

MIT

by Samuel Ezedi

13/07 2018

v1.0.0

1.0.0.0

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

  Sources   Download

MIT

by Samuel Ezedi