PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Carlos Artur Curvelo da Matos   Foreacher PHP Array Iterator classes   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Foreacher PHP Array Iterator classes
Traverse arrays to perform advanced manipulations
Author: By
Last change:
Date: 2 years ago
Size: 304 bytes
 

Contents

Class file image Download
{ "name": "carloswph/foreacher", "description": "Set of tools to improve, manipulate and deal with foreach loops better.", "type": "library", "license": "MIT", "minimum-stability": "dev", "require": {}, "autoload": { "psr-4": { "Foreacher\\": "src/" } } }