2017 © Pedro Peláez
 

library f

building blocks for functional php

image

zweifisch/f

building blocks for functional php

  • Sunday, May 19, 2013
  • by zf
  • Repository
  • 2 Watchers
  • 1 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

f Build Status

functional building blocks for php, (*1)

synopsis

$f = \f\F::getInstance();

$f->map($f->comp($f->even,$f->inc), [1,2]);

available functions

  • add
  • apply
  • comp
  • complement
  • concat
  • dec
  • div
  • even
  • every
  • filter
  • first
  • get
  • inc
  • keys
  • last
  • map
  • mul
  • odd
  • partial
  • reduce
  • rem
  • some
  • sub
  • vals

tests

composer install --dev
vendor/bin/phpunit -c tests

benchmarks

php benchmark/run.php

The Versions

19/05 2013

dev-master

9999999-dev https://github.com/zweifisch/f

building blocks for functional php

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Feng Zhou

functional closure

19/05 2013

v0.0.1

0.0.1.0 https://github.com/zweifisch/f

building blocks for functional php

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Feng Zhou

functional closure