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

Installs: 49 619

Dependents: 74

Suggesters: 8

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/dhii/stringable-interface

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

This package is auto-updated.

Last update: 2025-09-15 12:01:07 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.