PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Till Wehowski   IANA Enterprise Numbers Fetcher   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: IANA Enterprise Numbers Fetcher
Fetch and search the IANA PEN List
Author: By
Last change:
Date: 1 year ago
Size: 284 bytes
 

Contents

Class file image Download
{ "name" : "frdl/iana-enterprise-numbers-fetcher", "type" : "library", "description": "Fetch the PEN List from IANA and optionally search in it.", "license": ["MIT"], "require" : { "php": ">=7.1 | >=8.0" }, "autoload": { "classmap": ["src/"] } }