dhii / stringable-interface
Interoperability interface for objects that can be cast to string
Installs: 48 117
Dependents: 74
Suggesters: 8
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
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: 2021-03-05 10:45:30 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.