Server IP : 66.29.132.124 / Your IP : 3.135.202.168 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/book24.ng/vendor/giggsey/libphonenumber-for-php/ |
Upload File : |
{ "name": "giggsey/libphonenumber-for-php", "type": "library", "description": "PHP Port of Google's libphonenumber", "keywords": [ "phonenumber", "libphonenumber", "mobile", "validation", "geocoding", "geolocation" ], "homepage": "https://github.com/giggsey/libphonenumber-for-php", "license": "Apache-2.0", "support": { "irc": "irc://irc.appliedirc.com/lobby", "source": "https://github.com/giggsey/libphonenumber-for-php", "issues": "https://github.com/giggsey/libphonenumber-for-php/issues" }, "authors": [ { "name": "Joshua Gigg", "email": "giggsey@gmail.com", "homepage": "https://giggsey.com/" } ], "autoload": { "psr-4": { "libphonenumber\\": "src/" }, "exclude-from-classmap": [ "/src/data/", "/src/carrier/data/", "/src/geocoding/data/", "/src/timezone/data/" ] }, "autoload-dev": { "psr-4": { "libphonenumber\\buildtools\\": "build/", "libphonenumber\\Tests\\": "tests/" } }, "archive": { "exclude": [ "build/", "docs/", "tests/", ".github/", ".editorconfig", ".gitattributes", ".gitignore", ".styleci.yml", ".travis.yml", "build.xml", "libphonenumber-for-php.spec", "phpunit.xml.dist", "phpunit" ] }, "require": { "php": ">=5.3.2", "giggsey/locale": "^1.7|^2.0", "symfony/polyfill-mbstring": "^1.17" }, "require-dev": { "phing/phing": "^2.7", "pear/versioncontrol_git": "^0.5", "pear/pear-core-minimal": "^1.9", "pear/pear_exception": "^1.0", "symfony/phpunit-bridge": "^4.2 || ^5", "symfony/console": "^2.8|^3.0|^v4.4|^v5.2", "php-coveralls/php-coveralls": "^1.0|^2.0" }, "extra": { "branch-alias": { "dev-master": "8.x-dev" } }, "scripts": { "test": "./phpunit", "metadata": "vendor/bin/phing compile" } }