Libraries tagged by function composition
pinkcrab/function-constructors
50199 Downloads
A collection of functions to make working with the standard php library a little easier for function composition. Allows the creation of partially applied library functions, to work as close to pure fucntions as possible.
igorw/compose
24446 Downloads
Function composition.
chemem/bingo-functional
5933 Downloads
A simple functional programming library.
reasno/compose-mixins
10 Downloads
Customizable function composition for PHP.
tonix-tuft/php-cartesian-composition
1 Downloads
Cartesian composition algorithm to compose functions and objects implemented in PHP.
dirtsimple/fun-factory
278 Downloads
Fluently and efficiently compose functions, methods, and lambda-expression strings
morfu/pipe
11 Downloads
Invokable pipeline of functions.
antaresproject/component-brands
617 Downloads
Gives a possibility of dividing the application into brands. By default, one main brand which is simultaneously the default brand is set during the system installation. Brands' functionalities provides the possibility of defining own color settings for the whole application, default composition of e-mail templates (header, style, footer), url, date and language settings. Dividing the application into areas is a superior function in relation to brands.
pitchart/transformer
15101 Downloads
A transducers implementation in PHP, with OOP powers
inmanturbo/pipes
99 Downloads
Pipes for php with a simple api based on functional composition
exeque/remix
2 Downloads
A powerful and user-friendly library that provides discreet comparators and mutators, allowing you to create reusable transformers for data transformations.
bahulneel/phonon
19 Downloads
Interesting concepts half-inched from other languages
lapaz/odango
118 Downloads
AOP inspired advice/function compositor
bitween/merge-sort
2 Downloads
A simple example of a divide and conquer algorithm: merge sort. Example is used to explain the divide and conquer technique.