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
Requires
- php: ^7.1 | ^8.0
- symfony/polyfill-php80: ^1.19
Requires (Dev)
- phpunit/phpunit: ^6.0 | ^7.0 | ^8.0 | ^9.0
- slevomat/coding-standard: ^6.0
- vimeo/psalm: ^4.4.0
This package is auto-updated.
Last update: 2025-09-15 12:01:07 UTC
README
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.