文件名称:simple-nuget-server:一个非常简单PHP NuGet服务器
文件大小:18KB
文件格式:ZIP
更新时间:2024-03-16 16:23:52
PHP
简单的NuGet服务器 我个人使用的非常简单的NuGet服务器,类似于但在PHP中。 设计用于单个用户(例如,一个人或构建服务器)推送软件包的方案。 特征 基本搜索和包列表 通过NuGet命令行(NuGet.exe)推送 设置简单 将数据存储在SQLite或MySQL数据库中 使用单个API密钥(因此不适用于需要多个用户能够推送程序包的情况) 设置 对于基于Debian的发行版(包括Ubuntu),安装与我在下面编写的内容类似。 使用其他Linux发行版的安装会有所不同,但是应该非常相似。 1-确保已安装所有依赖项: Web服务器(Nginx,Apache,切诺基等) PHP 5.4+或HHVM SQLite,XML和Zip扩展(与HHVM捆绑在一起,或者对于PHP 5来说是apt-get install php5-sqlite ,或者对于PHP 7是apt-get install
【文件预览】:
simple-nuget-server-master
----.gitignore(32B)
----packagefiles()
--------.gitkeep(0B)
----nginx.conf.example(1KB)
----inc()
--------core.php(2KB)
--------db.php(11KB)
--------feedwriter.php(7KB)
--------config.php(530B)
----db()
--------.gitkeep(0B)
----LICENSE(1KB)
----public()
--------push.php(3KB)
--------count.php(122B)
--------updates.php(475B)
--------download.php(349B)
--------index.php(706B)
--------delete.php(436B)
--------search.php(575B)
--------findByID.php(332B)
--------metadata.xml(4KB)
----README.md(4KB)
----.editorconfig(132B)