dhii/stringable-interface

This package is abandoned and no longer maintained. The author suggests using the symfony/polyfill-php80 package instead.

Interoperability interface for objects that can be cast to string

v0.2.0-alpha1 2021-03-05 10:43 UTC

This package is auto-updated.

Last update: 2021-03-05 10:45:30 UTC


README

Continuous Integration Latest Stable Version Latest Unstable Version

Increasing interoperability for objects that can be cast to string. This was useful before symfony/polyfill-php80:1.19 which adds the Stringable type if it doesn't natively exist for pre-PHP-8.0. Use that instead.