krixon / identity
Object identity library.
Installs: 14 584
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^7.4 | ^8.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.1
- phpunit/phpunit: ^9.0
README
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