Iter VS Tukio

Compare Iter vs Tukio and see what are their differences.

Iter

Iteration primitives using generators (by nikic)

Tukio

A complete and robust implementation of the PSR-14 EventDispatcher specification. (by Crell)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Iter Tukio
3 2
1,115 99
- -
4.1 8.5
about 2 months ago 21 days ago
PHP PHP
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Iter

Posts with mentions or reviews of Iter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-25.
  • PHP Map v2.6 - Collections made easy
    3 projects | /r/PHP | 25 Jan 2022
    I much prefer the https://github.com/nikic/iter approach for doing some collection magic, which is essentially based upon traversable and generator magic which doesn't create temporary in-memory data structures but works on item streams instead.
  • Iterator functions package released
    3 projects | /r/PHP | 13 Aug 2021
    What about https://github.com/nikic/iter ?
  • Is any one actually using PHP generators in their projects?
    9 projects | /r/PHP | 9 May 2021
    Yes. We used it heavily when processing large amounts of data from huge API responses. I like how the whole processing chain can be built on top of it, for example using nikic/iter. Generators are also the heart of a low-memory JSON parsing library halaxa/json-machine, which I maintain, and many other similar projects.

Tukio

Posts with mentions or reviews of Tukio. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-09.

What are some alternatives?

When comparing Iter and Tukio you can also consider the following projects:

Monad PHP - A simple Monad library for PHP

etl - PHP - ETL (Extract Transform Load) data processing library

Pipeline - League\Pipeline

gazer - Easier implementation of PHP Observer design pattern.

Ruler - A simple stateless production rules engine for modern PHP

JSON Machine - Efficient, easy-to-use, and fast PHP JSON stream parser

Functional PHP - Primitives for functional programming in PHP

Fregata - Fregata - a PHP database migrator

PHP Option - Option Type for PHP

aphiria - A simple, extensible REST API framework for PHP

Finite - A Simple PHP Finite State Machine

collection - A (memory) friendly, easy, lazy and modular collection class.