marcosh/effector

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
LICENSE
README.md
composer.json
composer.lock
phpcs.xml
phpunit.xml
example/ArgvEcho.php13
example/CombineThree.php22
example/Database.php22
example/Http.php19
example/HttpExpressive.php35
example/MapArgvImplode.php16
example/MultipleEcho.php20
example/ReadlineUntilQuit.php19
example/SerializeEffects.php23
src/Compose.php26
src/Conditional.php27
src/Effect/DateTime/DateTimeImmutable.php10
src/Effect/File/FileGetContents.php29
A
35 mins
src/Effect/File/FilePutContents.php15
src/Effect/Http/EmitResponse.php21
src/Effect/Http/ReceiveRequest.php18
src/Effect/Input/Argv.php10
src/Effect/Input/Readline.php10
src/Effect/Output/Echo_.php10
src/Effect/PDO/Exec.php15
src/Effect/PDO/Prepare.php15
src/Effect/PDO/Query.php20
src/Effect/PDOStatement/Execute.php15
src/Effect/Quit/Exit_.php10
src/LazyParam.php40