2017 © Pedro Peláez
 

library arrayfetcher

A simple library loads arrays from different source files of different types.

image

willskates/arrayfetcher

A simple library loads arrays from different source files of different types.

  • Thursday, February 5, 2015
  • by WillSkates
  • Repository
  • 1 Watchers
  • 0 Stars
  • 75 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Array Fetcher

A simple library that allows you to get an array of information from a file., (*1)

Build Status

Build Status, (*2)

Requirements

PHP 5.4

Installation

You should install Array Fetcher using composer.
{
    "require": {
        "willskates/arrayfetcher": "1.*"
    }
}

Usage

Getting an array from a file.

use WillSkates\ArrayFetcher\ArrayFetcher;

$fetcher = new ArrayFetcher();
$array = $fetcher->fetch('/path/to/filename.extension');

Getting an array from a file contained within a base directrory.

use WillSkates\ArrayFetcher\ArrayFetcher;

$dir = new ArrayFetcher('/path/to/dir');
$array = $dir->fetch('filename.extension');

The Versions

05/02 2015

dev-master

9999999-dev http://github.com/WillSkates/ArrayFetcher

A simple library loads arrays from different source files of different types.

  Sources   Download

MIT

The Requires

 

The Development Requires

json array files yaml loading

05/02 2015

1.0.2

1.0.2.0 http://github.com/WillSkates/ArrayFetcher

A simple library loads arrays from different source files of different types.

  Sources   Download

MIT

The Requires

 

The Development Requires

json array files yaml loading

27/01 2014

1.0.1

1.0.1.0 http://github.com/WillSkates/ArrayFetcher

A simple library loads arrays from different source files of different types.

  Sources   Download

MIT

The Requires

 

The Development Requires

json array files yaml loading

07/06 2013

1.0.0

1.0.0.0 http://github.com/WillSkates/ArrayFetcher

A simple library loads arrays from different source files of different types.

  Sources   Download

MIT

The Requires

 

The Development Requires

json array files yaml loading