skippy-za / php-streams
PHP streams library for functional collection manipulation with vertical processing.
0.1.0
2015-11-23 06:46 UTC
Requires
- php: >=5.5.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-13 06:12:20 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