gnuk / functional
Functional tools
v1.3.0
2021-12-02 07:04 UTC
Requires
- php: >=8.0
Requires (Dev)
- phpunit/phpunit: ^9
README
PHP functional tools to improve language possibilities.
Contribute
Prerequisites
About versions, you need to check in the component.json
file.
Install
It's based in composer, to install it you just need to launch composer install
.
Test
Tests are based on phpunit, you just need to launch composer test
.
Tests also collect coverage inside
coverage
folder.