zver/array-helper

There is no license information available for the latest version (1.0.5) of this package.

this is universal package template for development and testing

Installs: 737

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/zver/array-helper

1.0.5 2017-05-28 01:05 UTC

This package is auto-updated.

Last update: 2025-09-23 21:39:19 UTC


README

To help you manipulate with arrays

Example usage

$reversed=ArrayHelper::load([1,2,34,4])
                ->reverse()
                ->getArray();

Documentation

Prepare package

php prepare.php

Test package

php test.php

Generate package documentation in HTML and Markdown

php doc.php