2017 © Pedro Peláez
 

library funiculus

some clojure ideas implemented in PHP

image

sergigp/funiculus

some clojure ideas implemented in PHP

  • Thursday, May 28, 2015
  • by sergigp
  • Repository
  • 1 Watchers
  • 6 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Funiculus

Build Status, (*1)

Funiculus is a port of some Clojure functions and ideas to PHP for manage collections., (*2)

Funiculus is forged with some principles in mind:, (*3)

  • A collection can be any iterable PHP object, arrays or generators.
  • Play with generators when it's possible.
  • Work with closures (some syntactic sugar for operator available sacrificing some performance).
  • Composition.
  • Immutabilty.
  • Simplicity over easiness.

This project is strongly inspired by pablodip/felpado and nikic/iter., (*4)

Use

Install through composer:, (*5)

composer require sergigp/funiculus:~0.1

Use and enjoy!, (*6)

use Sergigp\Funiculus as f;

Functions

You can see available functions, (*7)

Author

Sergi GP - sergigp85@gmail.com, (*8)

License

Funiculus is licensed under the MIT License., (*9)

The Versions

28/05 2015

dev-master

9999999-dev

some clojure ideas implemented in PHP

  Sources   Download

MIT

The Development Requires

by Avatar sergigp

29/08 2014

0.1

0.1.0.0

some clojure ideas implemented in PHP

  Sources   Download

MIT

The Development Requires

by Avatar sergigp