php-giggsey-libphonenumber 8.13.26-1 source package in Ubuntu

Changelog

php-giggsey-libphonenumber (8.13.26-1) unstable; urgency=medium

  * Update to latest upstream version: 8.13.26

 -- Fab Stz <email address hidden>  Tue, 05 Dec 2023 08:46:53 +0100

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-giggsey-libphonenumber_8.13.26-1.dsc 2.3 KiB 5403b0f36d5e33b6b0c5b5dac88dc820d718fe74086f74a02f577341947a44ce
php-giggsey-libphonenumber_8.13.26.orig.tar.xz 1.3 MiB 527c35f9b12a0de4fc6c1df08147d3b0e7393338169bd2bc3513796712196411
php-giggsey-libphonenumber_8.13.26-1.debian.tar.xz 8.3 KiB 91e42fb1d3023c6c5452be2c48e1490aa491ebcefef239c8bcffa477a49dbac5

Available diffs

No changes file available.

Binary packages built by this source

php-giggsey-libphonenumber: PHP Port of Google's libphonenumber

 A PHP library for parsing, formatting, storing and validating international
 phone numbers. This library is based on Google's libphonenumber.
 .
 Highlights of functionality:
  - Parsing/formatting/validating phone numbers for all countries/regions of
    the world.
  - getNumberType - gets the type of the number based on the number itself;
    able to distinguish Fixed-line, Mobile, Toll-free, Premium Rate, Shared
    Cost, VoIP and Personal Numbers (whenever feasible).
  - isNumberMatch - gets a confidence level on whether two numbers could be
    the same.
  - getExampleNumber/getExampleNumberByType - provides valid example numbers
    for all countries/regions, with the option of specifying which type of
    example phone number is needed.
  - isValidNumber - full validation of a phone number for a region using
    length and prefix information.
  - PhoneNumberOfflineGeocoder - provides geographical information related to
    a phone number.
  - PhoneNumberToTimeZonesMapper - provides timezone information related to a
    phone number.
  - PhoneNumberToCarrierMapper - provides carrier information related to a
    phone number.
 .
 This package also provides the 'update-php-giggsey-libphonenumber' script
 that permits to update the metadata of php-giggsey-libphonenumber to the
 latest upstream version.