2017 © Pedro Peláez
 

library php-extractor

Provides a simple abstraction to extract values, and sets of values, into an array.

image

abacaphiliac/php-extractor

Provides a simple abstraction to extract values, and sets of values, into an array.

  • Monday, September 12, 2016
  • by abacaphiliac
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Scrutinizer Code Quality Code Coverage Build Status, (*1)

abacaphiliac/php-extractor

Provides a simple abstraction to extract values, and sets of values, into an array., (*2)

Installation

composer require abacaphiliac/php-extractor

Usage

$extractor = new \Abacaphiliac\Extractor\ExtractorChain([
    new YourCustomSessionExtractor($session),
    new SomeOtherDataProvider($dependency),
]);

$mergedData = $extractor->extract();

Dependencies

See composer.json., (*3)

Contributing

git clone git@github.com:abacaphiliac/php-extractor.git && cd php-extractor
composer update && vendor/bin/phing

This library attempts to comply with PSR-1, PSR-2, and PSR-4. If you notice compliance oversights, please send a patch via pull request., (*4)

The Versions

12/09 2016

dev-master

9999999-dev

Provides a simple abstraction to extract values, and sets of values, into an array.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Timothy Younger

merge array extraction recursive chain extractor

12/09 2016

0.1.1

0.1.1.0

Provides a simple abstraction to extract values, and sets of values, into an array.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Timothy Younger

merge array extraction recursive chain extractor

12/09 2016

dev-extractor-chain

dev-extractor-chain

Provides a simple abstraction to extract values, and sets of values, into an array.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Timothy Younger

merge array extraction recursive chain extractor

11/09 2016

0.1.0

0.1.0.0

Provides a simple abstraction to extract values, and sets of values, into an array.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Timothy Younger