nicohaase / twig-isbn-formatter
ISBN formatting extension for Twig
Installs: 5 837
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 2
Open Issues: 0
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
formatIsbn
will add dashes where neccessarytoIsbn13
will provide a ISBN-13 out of any valid (ie. ISBN-10 or ISBN-13) input
Examples
{{"9783411040162"|formatIsbn}}
will output978-3-411-04016-2