PHPackages                             zkosta/laravel-functional-php - 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. zkosta/laravel-functional-php

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

zkosta/laravel-functional-php
=============================

A laravel wrapper for lstrojny/functional-php

v1.0.1(8y ago)010MITPHPPHP ~7

Since Apr 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/zabkosta/laravel-functional-php)[ Packagist](https://packagist.org/packages/zkosta/laravel-functional-php)[ RSS](/packages/zkosta-laravel-functional-php/feed)WikiDiscussions master Synced 2mo ago

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

The wrapper for lstrojny/functional-php v1.0.0
----------------------------------------------

[](#the-wrapper-for-lstrojnyfunctional-php-v100)

#### Requirements

[](#requirements)

- laravel &gt;=5.5

#### Installation

[](#installation)

```
composer require zkosta/laravel-functional-php

```

This package supports the new package *auto-discovery* feature of Laravel 5.5, so if you are working on a Laravel 5.5 or greater, then your install is complete

### Usage

[](#usage)

In original packet () each function placed its own file under `Functional` namespace. So you need import every function you use.

###### Example

[](#example)

```
use function Functional\map;

map(range(0, 100), function($v) {return $v + 1;});
```

i've hidden them with Laravel Facade pattern. So you'll able use as

```
HFunc::map(range(0, 100), function($v) {return $v + 1;});
```

where `HFunc` is new facade registered whilst installation. Of course, it is possible to use functions by original way but then you do not need this package.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2939d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b6dd75380f646928b75002065c2a5115619e27431a83997f50e1098ef248d09?d=identicon)[zabkosta](/maintainers/zabkosta)

---

Top Contributors

[![zabkosta](https://avatars.githubusercontent.com/u/14312155?v=4)](https://github.com/zabkosta "zabkosta (10 commits)")

### Embed Badge

![Health badge](/badges/zkosta-laravel-functional-php/health.svg)

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

###  Alternatives

[foxxmd/laravel-elasticbeanstalk-cron

Ensure only one Laravel instance is running CRON jobs in an EB environment

62299.6k](/packages/foxxmd-laravel-elasticbeanstalk-cron)[michael-rubel/laravel-couponables

This package provides polymorphic coupon functionality for your Laravel application.

19590.7k1](/packages/michael-rubel-laravel-couponables)[sourceability/string-matcher

A library which makes it easy to use multiple approaches to find the best matching string

11537.4k](/packages/sourceability-string-matcher)[dholmes/bga-workbench

BoardGameArena Workbench

375.3k](/packages/dholmes-bga-workbench)[mention/retry

A Retry library for PHP

1324.5k](/packages/mention-retry)[loadsys/cakephp_sitemap

A CakePHP Plugin for adding automatic XML and HTML Sitemaps to an app

2819.6k](/packages/loadsys-cakephp-sitemap)

PHPackages © 2026

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