codeinc / printable-interface
This package is abandoned and no longer maintained.
No replacement package was suggested.
A simple PHP interface for iterable collections
1.0.0
2018-10-08 06:51 UTC
Requires
- php: >=7.1
This package is auto-updated.
Last update: 2020-02-08 10:15:39 UTC
README
The repository provides the PrintableInterface
for printable objects. Printable objects must implement the magic __toString()
method.
Installation
This library is available through Packagist and can be installed using Composer:
composer require codeinc/printable-interface
License
This library is published under the MIT license (see the LICENSE
file).