Download the PHP package ivampiresp/flarum-s without Composer

On this page you can find all versions of the php package ivampiresp/flarum-s. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package flarum-s

FlarumS

用 Swoole HTTP Server 运行 Flarum,带你飞。

目前还没有做过完整的测试,但是能跑起来。

开始使用

准备 Swoole

首先,你得有 Swoole。

如果没有,则可以用以下命令安装。

如果你是宝塔面板,可以到面板中安装。

安装

之后,到 bin 目录下编辑 config.php,更改监听 IP,端口。 其余的不懂就不要动了。如果你需要更好的性能,可以编辑 reactor_numworker_num。请根据你的机器配置来。

运行

常见问题

使用 FlarumS 安装 Flarum 后,崩溃。

这个问题不是什么大问题,编辑你的站点目录下的 config.php,然后将 url 改成你站点的实际 URL。 随后再次启动 FlarumS

安装扩展后,Flarum 后台没有显示。

因为程序都被加载到内存了,并且不会实时更新。用以下命令重启。

更改 Flarum 设置后,不生效,刷新一下又变回去了。

你的 worker 数量可能有很多个,要让所有 worker 生效,应该可以监听到设置更改后自动重载。但是目前没有实现。 你可以手动执行这个命令来重启。


All versions of flarum-s with dependencies

PHP Build Version
Package Version
Requires php Version *
ext-swoole Version *
laminas/laminas-diactoros Version ^2.26
laminas/laminas-httphandlerrunner Version ^2.9
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ivampiresp/flarum-s contains the following files

Loading the files please wait ...