jeyroik/i-have-id

There is no license information available for the latest version (0.2.0) of this package.

ID attribute traits

Maintainers

Package info

github.com/jeyroik/i-have-id

pkg:composer/jeyroik/i-have-id

Transparency log

Statistics

Installs: 108

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

0.2.0 2025-09-07 09:30 UTC

This package is auto-updated.

Last update: 2026-07-07 11:41:51 UTC


README

ID attribute traits and interfaces

#usage

$new = new class ([IHaveIdString::FILED__ID => 'some_id']) implements IHaveIdString {
    use THasIdString;
};

echo $new->getId(); //some_id