Skip to content

alts/iter.php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iter.php

alternate name: bittertools.php

Description

A port of Python 2.7’s itertools to PHP, because, well, sometimes you just have to work in PHP.

Dependencies

  • PHP >= 5.3.0
  • PHPUnit

Feature Checklist

See Python modules docs

  • count
  • cycle
  • repeat
  • chain
  • compress
  • dropwhile
  • groupby
  • ifilter
  • ifilterfalse
  • islice
  • imap
  • starmap
  • tee
  • takewhile
  • izip
  • izip_longest
  • product
  • permutations
  • combinations
  • combinations_with_replacement

About

PHP port of python's itertools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages