PHPackages                             northwestern-sysdev/lodash-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. northwestern-sysdev/lodash-php

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

northwestern-sysdev/lodash-php
==============================

A port of Lodash to PHP (forked)

v3.0.0(8mo ago)047.0k↑16.2%21MITPHPPHP &gt;=8.3CI passing

Since Dec 18Pushed 8mo agoCompare

[ Source](https://github.com/NIT-Administrative-Systems/lodash-php)[ Packagist](https://packagist.org/packages/northwestern-sysdev/lodash-php)[ RSS](/packages/northwestern-sysdev-lodash-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (17)Used By (1)

Lodash-PHP
==========

[](#lodash-php)

Lodash-PHP is a port of the [Lodash JS library](https://lodash.com/) to PHP. It is a set of easy to use utility functions for everyday PHP projects.

Lodash-PHP tries to mimick lodash.js as close as possible

🚨🚨🚨 This is a fork since upstream hasn't been updated in a while, and some PHP 8 compatibility issues have emerged!

Installation
============

[](#installation)

Install Lodash-PHP through composer:

```
$ composer require northwestern-system/lodash-php
```

Usage
=====

[](#usage)

Each method in Lodash-PHP is a separate function that can be imported and used on it's own.

```
