skippy-za/php-streams

PHP streams library for functional collection manipulation with vertical processing.

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 5

pkg:composer/skippy-za/php-streams

0.1.0 2015-11-23 06:46 UTC

This package is not auto-updated.

Last update: 2025-10-12 00:51:38 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