PHP Map is an easy to use and elegant handling library for PHP arrays with an array-like map object as offered by jQuery and Laravel Collections. The latest 1.8.0 just released yesterday provides new additional methods such :

  • duplicates() : Return the duplicate values
  • partition() : Break the list into the number of groups
  • where() : Filter elements by custom conditions
  • zip() : Merge the arrays at the corresponding index

Released under an MIT license. More information at https://php-map.org/

LEAVE A REPLY

Please enter your comment!
Please enter your name here