krixon/identity

Object identity library.

0.3.0 2021-03-21 02:37 UTC

This package is auto-updated.

Last update: 2024-09-21 09:57:04 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