Home » Validate » Validate_ISPN
Validation class for ISPN (International Standard Product Numbers)
This package is unmaintained.
Download latest release 0.8.0 (there might be newer Composer installable version)
License: New BSD
Description
Package containes ISPN (International Standard Product Numbers) validations such as:
* ISSN
* ISBN
* ISMN
* ISRC (International Standard Recording Code)
* EAN8
* EAN13
* EAN14
* UCC12
* SSCC
Maintainers
- Helgi Þormar (dufuz) — lead, inactive
- Piotr Klaban (makler) — lead, inactive
Dependencies
Required
- PHP (>= 4.1.0)
- PEAR Installer (>= 1.4.0b1)
- Validate (>= 0.5.0)
Releases
- 0.8.0 (alpha, 2021-08-10)
Release notes
License: New BSD
* PR #5: Fix PHP 8 compatibility
- 0.7.0 (alpha, 2020-04-19)
Release notes
License: New BSD
* PR #4: Change braces to brackets for PHP 7.3 compatibility
* PR #2: Fix 19668
* PR #1: add composer - 0.6.1 (alpha, 2007-03-27)
Release notes
License: New BSD
- Fixed Bug #7607 - isbn13 now works properly in isbn() function. (Pitor)
- 0.6.0 (alpha, 2006-01-11)
Release notes
License: New BSD
- ISRC (International Standard Recording Code) added by the courtesy of David Grant [david at grant dot org dot uk]
- ISBN13 added, the isbn() function is used at all times and will figure out if it should validate against isbn10 or isbn13
- Piotr Klaban added as lead - 0.5.1 (alpha, 2005-11-04)
Release notes
License: New BSD
- Switch to the new BSD License
(see http://www.opensource.org/licenses/bsd-license.php) - 0.5.0 (alpha, 2005-05-20)
Release notes
License: New BSD
- Split from Validate into independent package
- CS fixes
- Added product_numbers test (tests for ISSN, EAN8, EAN13, EAN14, UCC12 and SSCC)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #5663 | Closed | Req | 2005-10-11 | 13 digit ISBNs? | |
| #7607 | Closed | Bug | 0.6.0 | 2006-05-11 | Validate_ISPN::isbn doesn't work with ISBN13 |
| #12279 | Bogus | Bug | 0.6.1 | 2007-10-19 | Validate_ISPN Incorrectly Validates 10 digit Isbn Numbers |
| #19668 | Closed | Bug | 0.6.1 | 2012-10-22 | PHP Error static env. |