BeyondCode
PHP 8 introduces a new Stringable interfaces, which gets automatically added, once a class implements the __toString method. You do not need to explicitly implement this interface.