PHPackages                             wizaplace/collection-diff - 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. wizaplace/collection-diff

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

wizaplace/collection-diff
=========================

Collection Diff allows you to compare 2 data collections to find operations to do: CREATE, UPDATE or DELETE data.

1.0.0(7y ago)0551MITPHPPHP ^7.1

Since Mar 12Pushed 7y agoCompare

[ Source](https://github.com/wizaplace/collection-diff)[ Packagist](https://packagist.org/packages/wizaplace/collection-diff)[ Docs](https://github.com/wizaplace/collection-diff)[ RSS](/packages/wizaplace-collection-diff/feed)WikiDiscussions master Synced 3d ago

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

Collection Diff
===============

[](#collection-diff)

Collection Diff allows you to compare 2 data collections to find operations to do: CREATE, UPDATE or DELETE data.

Requirements
------------

[](#requirements)

- PHP ^7.1

Installation
------------

[](#installation)

```
composer install wizaplace/collection-diff

```

Usage
-----

[](#usage)

If you want to compare data between database and form (like $\_POST)

```
