neunerlei / arrays
A package that provides a multitude of tools to traverse, sort and modify arrays in your daily routine
Requires
- php: ^7.3||^8.0
- ext-dom: *
- ext-json: *
- ext-simplexml: *
Requires (Dev)
- neunerlei/dbg: ^1.8
- phpunit/phpunit: ^9.0
- dev-master
- 3.5.1
- 3.5.0
- 3.4.0
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- dev-dependabot/npm_and_yarn/docs/minimist-1.2.8
- dev-dependabot/npm_and_yarn/docs/http-cache-semantics-4.1.1
- dev-dependabot/npm_and_yarn/docs/express-4.18.2
- dev-dependabot/npm_and_yarn/docs/qs-6.5.3
- dev-dependabot/npm_and_yarn/docs/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/docs/terser-4.8.1
- dev-dependabot/npm_and_yarn/docs/eventsource-1.1.1
- dev-dependabot/npm_and_yarn/docs/async-2.6.4
- dev-dependabot/npm_and_yarn/docs/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/docs/prismjs-1.27.0
- dev-dependabot/npm_and_yarn/docs/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/docs/color-string-1.6.0
- dev-dependabot/npm_and_yarn/docs/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/docs/ws-6.2.2
- dev-dependabot/npm_and_yarn/docs/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/docs/lodash-4.17.21
- dev-dependabot/npm_and_yarn/docs/ssri-6.0.2
This package is auto-updated.
Last update: 2024-11-04 09:52:58 UTC
README
A package that provides a multitude of tools to traverse, sort and modify arrays in your daily routine. It can create arrays based of multiple input types like XML, string lists or objects. The package also provides a powerful solution to get entries from an array using a path definition. Say goodbye to "isset" and "array_key_exists".
Installation
Install this package using composer:
composer require neunerlei/arrays
Documentation
The documentation can be found here.
Running tests
- Clone the repository
- Install the dependencies with
composer install
- Run the tests with
composer test
Building the documentation
The documentation is powered by vuepress, you can quite simply spin up a dev server like so:
- Clone the repository
- Navigate to
docs
- Install the dependencies with
npm install
- Run the dev server with
npm run dev
Special Thanks
Special thanks goes to the folks at LABOR.digital (which is the german word for laboratory and not the english "work" :D) for making it possible to publish my code online.
Postcardware
You're free to use this package, but if it makes it to your production environment I highly appreciate you sending me a postcard from your hometown, mentioning which of our package(s) you are using.
You can find my address here.
Thank you :D