Download the PHP package flysnow/flysocket without Composer

On this page you can find all versions of the php package flysnow/flysocket. 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 flysocket

关于flysocket

flysocket是一款基于GatewayWorker开发的的支持双向通信长连接websocketMVC开发框架,适用于前后端通过长连接进行通讯的web项目,游戏服务器,同时也适用于开发tcp长连接应用如即时通信、物联网、消息推送、智能家居等。

开发初衷是为了实现客户端(包括浏览器web,APP,小程序,物联网设备)与服务端通信使用统一的socket长连接接口,开发一套接口用于多种客户端,服务器与客户端保持长连接,启动后常驻内存,解决传统FPM模式每次连接都要初始化以及释放连接浪费系统资源的问题。

框架是一个通过websocket协议的MVC框架,前后端数据以json格式传输,框架多处参考thinkPHP,用法也尽量保持了跟tp方法一致,跟传统http项目一样容易上手。

由于个人能力有限,开发时间短,系统各种不足之处欢迎各位指正

主要模块:

项目文档请移步


All versions of flysocket with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.0
workerman/gateway-worker Version >=3.0.0
topthink/think-orm Version ^2.0
monolog/monolog Version ^2.1
clue/redis-react Version ^2.3
firebase/php-jwt Version ^5.2
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 flysnow/flysocket contains the following files

Loading the files please wait ....