文件名称:simple-nuget-server, 一个非常简单的PHP NuGet服务器.zip
文件大小:18KB
文件格式:ZIP
更新时间:2022-10-08 00:59:04
开源
simple-nuget-server, 一个非常简单的PHP NuGet服务器 简单的NuGet服务器我个人使用的一个非常简单的NuGet服务器,类似于 NuGet.Server 但是在PHP中。 设计为单个用户( IE 。 一个人或者一个构建服务器推动包。特性基本搜索和软件包列表通过 NuGet 命令行 推
【文件预览】:
simple-nuget-server-master
----.gitignore(32B)
----README.md(4KB)
----packagefiles()
--------.gitkeep(0B)
----public()
--------search.php(575B)
--------index.php(706B)
--------count.php(122B)
--------updates.php(475B)
--------metadata.xml(4KB)
--------findByID.php(332B)
--------push.php(3KB)
--------delete.php(436B)
--------download.php(349B)
----inc()
--------feedwriter.php(7KB)
--------config.php(530B)
--------core.php(2KB)
--------db.php(10KB)
----db()
--------.gitkeep(0B)
----nginx.conf.example(1KB)
----LICENSE(1KB)
----.editorconfig(132B)