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
Requires
- php: >=5.5.0
This package is not auto-updated.
Last update: 2025-10-12 00:51:38 UTC
README
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