Download the PHP package happydemon/arr without Composer
On this page you can find all versions of the php package happydemon/arr. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download happydemon/arr
More information about happydemon/arr
Files in happydemon/arr
Download happydemon/arr
More information about happydemon/arr
Files in happydemon/arr
Vendor happydemon
Package arr
Short Description A Kohana module that adds extra methods for dealing with arrays and configuration files
License MIT
Homepage https://github.com/happyDemon/arr
Package arr
Short Description A Kohana module that adds extra methods for dealing with arrays and configuration files
License MIT
Homepage https://github.com/happyDemon/arr
Please rate this library. Is it a good library?
Informations about the package arr
hD.arr
This module adds extra functionality to Kohana for arrays and configuration.
Arrays
- Place a value at a specific point in your array
- Place or move a key with a value at a specific point in your array
- Flatten an array (keys become paths to the original)
- Unset a value based on a path
- Partition an array
Config
- Export a configuration set to a file
Session
- Retrieve a value stored in session the same way as Arr::path() does
Instalation
Place the files in your modules directory.
As a Git submodule:
As a Composer dependency
Activate the module in bootstrap.php
.
Documentation
The code is mostly commented, a userguide is on its way
All versions of arr with dependencies
PHP Build Version
Package Version
The package happydemon/arr contains the following files
Loading the files please wait ....