PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Till Wehowski   PHP RDAP Server   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP RDAP Server
Process RDAP queries about an IP address or domain
Author: By
Last change: build commit
RDAP Server Bootstrap ....
Update composer.json
Update composer.json
Update composer.json
Update composer.json
Date: 22 hours ago
Size: 1,961 bytes
 

Contents

Class file image Download
{ "name": "frdl/rdap-server", "type": "project", "homepage" : "https://github.com/frdl/rdap-server", "license": "MIT", "description": "Rdap Server (OIDplus aware, with WHOIS-fallback/-remarks)", "keywords": [ "rdap", "server", "whois", "OIDplus", "Frdlweb", "oid", "weid", "php" ], "authors": [ { "name": "Hiqdev Team", "homepage": "https://github.com/hiqdev/rdap/" },{ "name": "Daniel Marschall", "homepage": "https://github.com/danielmarschall" }, { "name": "Till Wehowski", "email": "software@frdl.de", "homepage": "https:\/\/webfan.de" } ], "config": { "platform-check" : false }, "minimum-stability": "dev", "prefer-stable": true, "require": { "php": ">=7.2 | >=8.0", "ext-json": "*", "ext-intl": "*", "vendor-patch/rdap": "*", "hiqdev/rdap-whois-proxy": "*", "monolog/monolog": "*", "php-di/php-di": "*", "slim/psr7": "*", "slim/slim": "*", "symfony/cache" : "*", "jeremykendall/php-domain-parser" : "*", "bakame/twig-domain-parser-extension": "*", "frdl/shutdown-helper" : "*", "frdl/php-floodprotection" : "*", "env/dotenv" : "*", "frdl/oid-connect-rdap" : "*", "league/uri": "*", "marc-mabe/php-enum": "*", "jeroendesloovere/vcard": "*", "ext-mbstring": "*", "ext-intl": "*", "doctrine/annotations": "*", "symfony/serializer": "*", "symfony/property-info": "*", "symfony/property-access": "*", "sabre/vobject": "*", "guzzlehttp/guzzle": "*", "guzzlehttp/psr7": "*" }, "require-dev": { "hiqdev/hidev-php": "*", "hiqdev/hidev-hiqdev": "dev-master" }, "autoload": { "classmap" : ["classes/"], "psr-4": { "App\\": "src/" } }, "scripts": { "pre-autoload-dump" : "php -r \"unlink('vendor/hiqdev/rdap/src/Domain/Constant/Status.php');\"", "start": "php -S localhost:8080 -t public public/index.php" } }