krixon/identity

Object identity library.

Installs: 16 226

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/krixon/identity

0.3.0 2021-03-21 02:37 UTC

This package is auto-updated.

Last update: 2025-09-21 12:19:18 UTC


README

Build Status Coverage Status Latest Stable Version Latest Unstable Version License

Classes for handling object identity. Particularly useful for DDD Entities.

Prerequisites

  • PHP 7.4+

Installation

Install via composer

To install this library with Composer, run the following command:

$ composer require krixon/identity

You can see this library on Packagist.

Install from source

# HTTP
$ git clone https://github.com/krixon/identity.git
# SSH
$ git clone git@github.com:krixon/identity.git

Contributing

Please refer to CONTRIBUTING.md