承接 phpdic/swoole-auto-restart 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

phpdic/swoole-auto-restart

最新稳定版本:0.0.1

Composer 安装命令:

composer require phpdic/swoole-auto-restart

包简介

swoole development, automatically restarting the service after modifying the code.

README 文档

README

.

说明

此扩展包用于,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:

  1. File bug reports using the issue tracker.
  2. Answer questions or fix bugs on the issue tracker.
  3. 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

统计信息

  • 总下载量: 2.72k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 23
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 22
  • Watchers: 2
  • Forks: 11
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-12-14

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固