PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Till Wehowski   Remote PHP PSR 4 Class Loader   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Remote PHP PSR 4 Class Loader
PSR-4 compliant loader for remote classes
Author: By
Last change: Update composer.json
Date: 7 months ago
Size: 737 bytes
 

Contents

Class file image Download
{ "name" : "frdl/remote-psr4", "type" : "library", "description": "An php psr4 Autoloader which is autoloading from a remote server.", "keywords" : ["autoloading", "PSR-4", "remote"], "license": ["MIT"], "authors":[ { "name" : "Till Wehowski", "email" : "software@frdl.de" } ], "readme" : "README.md", "homepage" : "https://webfan.de/install/", "require" : { "php": ">=7.2 | >=8.0" }, "autoload": { "classmap" : ["src/implementations/autoloading/"], "psr-4": { "Webfan\\Psr4Loader\\": "src/Webfan/Psr4Loader/" } }, "suggest" : { "frdl/codebase" : "More autoloading strategy...", "frdlweb/webfat" : "An Implementation wich is wrapping this package." } }