codeinc / printable-interface
A simple PHP interface for iterable collections
Installs: 22
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/codeinc/printable-interface
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).