PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Zacchaeus Bolaji   PHP Validate Nigerian Phone   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Validate Nigerian Phone
Parse and validate Nigeria phone numbers
Author: By
Last change:
Date: 4 years ago
Size: 1,317 bytes
 

Contents

Class file image Download
{ "name": "djunehor/validate_nigerian_phone", "type": "library", "description": "A PHP module to validate and format a Nigerian phone number as well as deduce the network provider or area code.", "keywords": [ "djunehor", "validate_nigerian_phone", "nigerian", "phone", "validate", "network" ], "homepage": "https://github.com/djunehor/php_validate_nigerian_phone", "license": "MIT", "authors": [ { "name": "Zacchaeus Bolaji", "email": "djunehor@gmail.com", "homepage": "https://github.com/djunehor", "role": "Software Engineer" } ], "require": { "php" : "~7.1" }, "require-dev": { "phpunit/phpunit": "^7.5", "squizlabs/php_codesniffer": "^3.0" }, "autoload": { "psr-4": { "Djunehor\\Validator\\": "src" } }, "autoload-dev": { "psr-4": { "Djunehor\\Validator\\": "tests" } }, "scripts": { "test": "phpunit", "check-style": "phpcs src tests", "fix-style": "phpcbf src tests" }, "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "config": { "sort-packages": true } }