Download the PHP package phpmicroservice/pms-frame without Composer

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

readme 读我懂一切

这是一个采用swoole做底层通讯,采用phalcon的类库做框架类库的框架,专门用于微服务编程

composer的packagist地址: https://packagist.org/packages/phpmicroservice/pms-frame

依赖版本

  • php 7.2.*
  • swoole 4.*
  • phalcon >3.4.*

     这个分支用于 dev-master 的版本迭代,这是先进(坑死人不偿命)的版本,对于各个子版本的迭代请参考子分支,具体的稳定版本请参考 releases 发布和composer的版本发布,不到1.0.0以上版本请不要使用与运营环境,这条路比较坑,会颠得你胃疼的!

事件 描述
server:beforeStart 在启动之前
server:onStart 启动时
server:onWorkerStart 进程启动时
server:readyJudge 准备判断
server:readySucceed 准备完成
server:onShutdown 关闭时
server:onPipeMessage
server:onManagerStart
server:onManagerStop
task:onTask
task:onPipeMessage
task:onWorkerStart 任务进程启动
work:onFinish
work:onPipeMessage
work:onWorkerStart 工作进程启动
work:onWorkerStop
work:onWorkerExit

|app:init|应用初始化,启动时执行一次|

路由

一个/ 为预定义路由请勿占用,例如:/connect是产生链接的路由


All versions of pms-frame with dependencies

PHP Build Version
Package Version
Requires phpmicroservice/funch Version 0.*
ext-swoole Version 4.*
ext-phalcon Version 3.4.*
ext-swoole_serialize Version 0.1.*
php Version >7.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 phpmicroservice/pms-frame contains the following files

Loading the files please wait ....