Skip to content

Commit

Permalink
Added link to Packagist to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Athari committed Feb 25, 2013
1 parent f3d5024 commit dcc66f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Features
* Callback functions can be specified as closures (like `function ($v) { return $v; }`), PHP "function pointers" (either strings like `'strnatcmp'` or arrays like `array($object, 'methodName')`), string "lambdas" using various syntaxes (`'"$k = $v"'`, `'$v ==> $v+1'`, `'($v, $k) ==> $v + $k'`, `'($v, $k) ==> { return $v + $k; }'`).
* Keys are as important as values. Most callback functions receive both values and the keys; transformations can be applied to both values and the keys; keys are never lost during transformation, if possible.
* SPL interfaces `Iterator`, `IteratorAggregate` etc. are used throughout the code and can be used interchangeably with Enumerable.
* Composer support with autoloading
* Composer support with autoloading ([package](https://packagist.org/packages/athari/yalinqo) on Packagist).

Implemented methods
===================
Expand Down

0 comments on commit dcc66f1

Please sign in to comment.