PHPackages                             lastwhitebird/functional - 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. lastwhitebird/functional

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

lastwhitebird/functional
========================

functional programming parts

0117PHP

Since Jun 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/lastwhitebird/functional)[ Packagist](https://packagist.org/packages/lastwhitebird/functional)[ RSS](/packages/lastwhitebird-functional/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Ramda implementation in PHP
===========================

[](#ramda-implementation-in-php)

This is almost complete reimplementation of Ramda.js in PHP.

All functions are **NOT** curried! You have to do it yorself (though it's easy). All function and parameter names are in snake\_case.

Credits
-------

[](#credits)

This project is partially made of Ramda, Burgestrand/Funcy, reactphp/partial and [currry fn](https://habrahabr.ru/post/144160/).

Install
-------

[](#install)

The recommended way to install is [through composer](http://getcomposer.org).

```
{
    "require": {
        "lastwhitebird/functional": "dev-master"
    }
}
```

...and if you want to use some fancy unicode abbreviations for the widely used function set:

```
    "autoload": {

        "files":[
            "vendor/lastwhitebird/functional/src/include.php"
        ],
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 82.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13571877?v=4)[Alyoshenka](/maintainers/lastwhitebird)[@lastwhitebird](https://github.com/lastwhitebird)

---

Top Contributors

[![developer-se](https://avatars.githubusercontent.com/u/77615424?v=4)](https://github.com/developer-se "developer-se (58 commits)")[![Burgestrand](https://avatars.githubusercontent.com/u/99166?v=4)](https://github.com/Burgestrand "Burgestrand (11 commits)")[![lastwhitebird](https://avatars.githubusercontent.com/u/13571877?v=4)](https://github.com/lastwhitebird "lastwhitebird (1 commits)")

### Embed Badge

![Health badge](/badges/lastwhitebird-functional/health.svg)

```
[![Health](https://phpackages.com/badges/lastwhitebird-functional/health.svg)](https://phpackages.com/packages/lastwhitebird-functional)
```

###  Alternatives

[aist/aist-git-tools

Git Toolbar for ZendDeveloperTools.

1015.7k](/packages/aist-aist-git-tools)[petrgrishin/array-map

The object oriented approach to working with arrays on PHP

125.8k1](/packages/petrgrishin-array-map)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
