skippy-za/php-streams

PHP streams library for functional collection manipulation with vertical processing.

Maintainers

Package info

github.com/SkippyZA/php-streams

pkg:composer/skippy-za/php-streams

Statistics

Installs: 15

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 5

0.1.0 2015-11-23 06:46 UTC

This package is not auto-updated.

Last update: 2026-03-01 03:04:30 UTC


README

Stories in Ready #PHPStream

Tests

Tests are run using PHPUnit v4.7 outside of PHPStorm as it has a bug regarding PHPUnit.

Installing PHPUnit

Run the following commands to install phpunit:

wget https://phar.phpunit.de/phpunit.phar
chmod +x phpunit.phar
sudo mv phpunit.phar /usr/local/bin/phpunit

Running tests

Navigate to the project directory and run:

phpunit