PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Hicri   Veriphone PHP Phone Number Validation Service   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Veriphone PHP Phone Number Validation Service
Check if a phone number is valid with Verifone API
Author: By
Last change:
Date: 9 months ago
Size: 1,077 bytes
 

Contents

Class file image Download
{ "name": "slvler/veriphone-validation", "license": "MIT", "description": "Phone number validation API for veriphone.io", "type": "package", "authors": [ { "name": "slvler", "email": "slvler@proton.me" } ], "require": {}, "require-dev": { "orchestra/testbench": "^6.18.0", "phpunit/phpunit": "^9.5", "guzzlehttp/guzzle": "^7.0.1" }, "autoload": { "psr-4": { "Slvler\\VeriphoneValidation\\": "src/" } }, "autoload-dev": { "psr-4": { "Slvler\\VeriphoneValidation\\Tests\\": "tests/" } }, "scripts": { "test": "vendor/bin/phpunit tests" }, "extra": { "laravel": { "providers": [ "Slvler\\VeriphoneValidation\\VeriphoneValidationServiceProvider" ] }, "aliases": { "Theme": "Slvler\\VeriphoneValidation\\Facades\\VeriphoneValidation" } }, "minimum-stability": "stable", "prefer-stable": true }