wongyip / library-helpers
Miscellaneous tools for library and book related application development.
v1.0.0
2026-08-25 05:11 UTC
Requires
- php: >=8.2,<8.5
- wongyip/lc-call-numbers: ^1.0
This package is auto-updated.
Last update: 2026-08-25 05:11:53 UTC
README
Miscellaneous tools for library and book related application development.
Requirements
PHP 8.2 – 8.4.
CallNumber::class
Transform Library of Congress call number to generic sortable string. Powered by the BCLibraries/lc-call-numbers project.
ISBN::class
Validate and convert ISBN10 / ISBN13 numbers.
References:
- http://en.wikipedia.org/wiki/International_Standard_Book_Number
- http://www.hahnlibrary.net/libraries/isbncalc.html (by Joel Hahn, Niles Public Library District)