PHPackages                             jorgezf/sequence - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jorgezf/sequence

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jorgezf/sequence
================

A functional programming library for PHP

1.1.0(3y ago)0137MITPHPPHP ^7.4 | ~8.0 | ~8.1

Since Feb 23Pushed 3y agoCompare

[ Source](https://github.com/JorgeZF/sequence)[ Packagist](https://packagist.org/packages/jorgezf/sequence)[ RSS](/packages/jorgezf-sequence/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

This library makes it easier to use functional style programming in PHP.

IMPORTANT:
----------

[](#important)

This library is a fork of the original Revinate/Sequence library . This fork is intended to upgrade the library to be compatible with PHP 8.1 version.

PHP Backward Compatibility
--------------------------

[](#php-backward-compatibility)

As we move our codebase forward, it is no longer possible for us to support older versions of PHP. With release version 1.0 and onward, we will stop supporting PHP 5.3 and PHP 5.4.

Quick Example
-------------

[](#quick-example)

Install the package via composer by executing the following command:

```
composer require jorgezf/sequence
```

This is a tiny script to get a feeling of how Sequence works.

```
