Skip to content

mwhite/php-isbn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-Isbn

PHP-Isbn is a simple class that provides methods for validating and converting between 10- and 13-digit ISBNs with a full test suite that includes some more unusual scenarios.

Be mindful of the fact that sometimes books are published with numerically invalid ISBNs due to typos, but these sometimes become official ISBNs. On the other hand, many numerically valid ISBNs exist that don't correspond to any book.

Support for hyphenating ISBNs is not included because it requires querying stored data about the meaning of parts of an ISBN. For that functionality, see, for example, this library.

About

A library for validating and converting between 10 and 13-digit ISBNs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages