Skip to content

v3.1: Adds entity interface lookup functionality.

Choose a tag to compare

@thorewi thorewi released this 27 Jul 16:09
· 27 commits to master since this release
Adds a method to find an entity class based on a given interface.

This allows retrieving the entity class name that implements a specific
interface, enhancing flexibility in handling entities.

Also, increases the minimum PHP version requirement.