nicohaase / twig-isbn-formatter
ISBN formatting extension for Twig
1.1
2024-02-23 08:27 UTC
Requires
- php: ^7.4|^8.1
- nicebooks/isbn: ^0.3|^0.4
- twig/twig: ^2.15|^3.5
Requires (Dev)
- phpunit/phpunit: ^9.6
README
Based on nicebooks/isbn, this tiny package provides two Twig filters such that ISBNs can be formatted simply.
Installation
Just run composer require nicohaase/twig-isbn-formatter
Available filters
formatIsbnwill add dashes where neccessarytoIsbn13will provide a ISBN-13 out of any valid (ie. ISBN-10 or ISBN-13) input
Examples
{{"9783411040162"|formatIsbn}}will output978-3-411-04016-2