php auto start,GitHub - phpdi/swoole-auto-restart: 此扩展包用于,swoole开发,修改代码后自动重启服务...

swooleAutoRestart

.

说明

此扩展包用于,swoole开发,修改代码后自动重启服务

依赖PHP扩展

swoole

pecl install swoole

inotify,此扩展为php文件监听扩展,安装命令如下

pecl install inotify

安装

$ composer require phpdic/swoole-auto-restart -vvv

用法

1.在你的项目根目建立一个php脚本,如:swoole-auto-start.php,内容如下:

require './vendor/autoload.php';

//启动服务的脚本,修改成你自己的

$startServiceCommand='/usr/bin/php easyswoole start';

$a = new \Phpdic\SwooleAutoRestart\swooleAutoRestart(__DIR__, $startServiceCommand);

$a->listen();

2.执行你刚刚创建的这个脚本

/usr/bin/php swoole-auto-start.php

说明

swooleAutoRestart构造函数注解

/**

* swooleAutoRestart constructor.

* @param string $rootDir 需要监听的项目根目录

* @param string $startServerCommand 启动swoole服务器的命令

* @param array $notCheckDir 配置不需要监听的目录

* @param int $restartInterval 重启间隔

* @param bool $showDetail 是否展示详细信息

*/

public function __construct(string $rootDir,string $startServerCommand,array $notCheckDir=[],$restartInterval=1000,$showDetail=false)

{

notCheckDir参数可以配置不需要监听的目录,例如,我的项目是laravel框架,设置如下:

$notCheckDir=['/bootstrap','/storage','/tests']

Contributing

You can contribute in one of three ways:

File bug reports using the issue tracker.

Answer questions or fix bugs on the issue tracker.

Contribute new features or update the wiki.

The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.

License

MIT

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值