PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Hicri   WhoAmI   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WhoAmI
Get IP address information using the WhoAmI API
Author: By
Last change:
Date: 1 month ago
Size: 1,019 bytes
 

Contents

Class file image Download
{ "name": "slvler/whoami", "description": "ip-api.com API wrapper for Laravel", "keywords": [ "ip-api", "laravel", "php" ], "homepage": "https://github.com/slvler/whoami", "license": "MIT", "type": "library", "authors": [ { "name": "slvler", "email": "slvler@proton.me" } ], "require": { "php": "^8.0.2", "guzzlehttp/guzzle": "^7.2", "illuminate/support": "^10.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.6", "phpunit/phpunit": "^11.2" }, "autoload": { "psr-4": { "Slvler\\Whoami\\": "src/" } }, "extra": { "laravel": { "providers": [ "Slvler\\Whoami\\WhoamiServiceProvider" ], "aliases": { "Whoami": "Slvler\\Whoami\\Facades\\WhoamiFacade" } } }, "minimum-stability": "stable", "prefer-stable": true }