flow | Iterator Nirvana for PHP

 by   php-kit PHP Version: Current License: MIT

kandi X-RAY | flow Summary

kandi X-RAY | flow Summary

flow is a PHP library. flow has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Flow provides a fluent interface to assemble chains of iterators and other data processing operations. The fluent API makes it very easy and intuitive to use the native SPL iterators (together with some custom ones provided by this library) and the expressive syntax allows you to assemble sophisticated processing pipelines in an elegant, terse and readable fashion. An iteration chain assembled with this builder can perform multiple transformations over a data flow without storing in memory the resulting data from intermediate steps. When operating over large data sets, this mechanism can be very light on memory consumption. Inputs to the chain can be any kind of iterables. Iterables are things that can be converted to iterators. They can be native arrays, Traversables (classes implementing the native Iterator or IteratorAggregate intefaces), invoked generator functions (on PHP>=5.5) or even callables (ex. Closures). Flow allows you to write generator functions using common functions on PHP<5.5, using the FunctionIterator class.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              flow has a low active ecosystem.
              It has 3 star(s) with 0 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              flow has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of flow is current.

            kandi-Quality Quality

              flow has no bugs reported.

            kandi-Security Security

              flow has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              flow is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              flow releases are not available. You will need to build from source code and install.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of flow
            Get all kandi verified functions for this library.

            flow Key Features

            No Key Features are available at this moment for flow.

            flow Examples and Code Snippets

            No Code Snippets are available at this moment for flow.

            Community Discussions

            No Community Discussions are available at this moment for flow.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install flow

            You can download it from GitHub.
            PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/php-kit/flow.git

          • CLI

            gh repo clone php-kit/flow

          • sshUrl

            git@github.com:php-kit/flow.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link