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

Abandoned → [lodash-php/lodash-php](/?search=lodash-php%2Flodash-php)Library[Utility &amp; Helpers](/categories/utility)

solidworx/lodash-php
====================

A port of Lodash to PHP

0.09(2y ago)5232253[3 PRs](https://github.com/lodash-php/lodash-php/pulls)MITPHPPHP ^7.2 || ^8.0

Since Dec 18Pushed 1y ago21 watchersCompare

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

READMEChangelog (10)Dependencies (7)Versions (13)Used By (0)

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

Requirements
============

[](#requirements)

Lodash-PHP requires minimum PHP 7.2+, but the latest version of PHP is always recommended.

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

[](#installation)

Install Lodash-PHP through composer:

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

Usage
=====

[](#usage)

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

```
