Skip to content
This repository was archived by the owner on Jan 27, 2019. It is now read-only.

paslandau/array-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED ⛔

This repository has been deprecated as of 2019-01-27. That code was written a long time ago and has been unmaintained for several years. Thus, repository will now be archived. If you are interested in taking over ownership, feel free to contact me.


array-utility

Build Status

Library to extend PHP core functions by common (missing) array functions

Description

[todo]

Requirements

  • PHP >= 5.5

Installation

The recommended way to install array-utility is through Composer.

curl -sS https://getcomposer.org/installer | php

Next, update your project's composer.json file to include array-utility:

{
    "repositories": [ { "type": "composer", "url": "http://packages.myseosolution.de/"} ],
    "minimum-stability": "dev",
    "require": {
         "paslandau/array-utility": "dev-master"
    }
    "config": {
        "secure-http": false
    }
}

Caution: You need to explicitly set "secure-http": false in order to access http://packages.myseosolution.de/ as repository. This change is required because composer changed the default setting for secure-http to true at the end of february 2016.

After installing, you need to require Composer's autoloader:

require 'vendor/autoload.php';

About

Library to extend PHP core functions by common (missing) array functions

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages