Download the PHP package alaa/array-key-map without Composer
On this page you can find all versions of the php package alaa/array-key-map. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package array-key-map
Array Key Map
Ever wanted to rename array keys to suit your requirements but it will take many lines that results in an ugly code? Here is a clean way to do it
Installation
By Composer: composer require alaa/array-key-map
Documentation
There are three types you can use to map your array keys against the keys you want your array to be mapped with.
1. Simply using an array to map keys
Example
2. Csv Mapping to map array keys
Example:
3. Xml Mapping to map array keys
Example:
Limitation
The library is made to work on single arrays only, not multidimensional arrays.
LICENSE
MIT
All versions of array-key-map with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package alaa/array-key-map contains the following files
Loading the files please wait ....