Skip to content
/ dfs Public
forked from qieangel2013/dfs

基于swoole和inotify的分布式文件服务器框架

Notifications You must be signed in to change notification settings

ljlong0908/dfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#分布式文件服务器 Build Status Packagist Supported PHP versions: >=5.5 Supported SWOOLE versions: >=1.8.0 License ###核心特性 1.基于swoole和inotify实现分布式文件服务 2.文件实时同步服务 3.文件实时监控及监控子目录服务 4.自动断线重连服务 ###服务启动 需要php以cli模式运行/server.php php server.php start php server.php stop php server.php restart ###composer 安装 { "require": { "qieangel2013/dfs": "0.1.0" } } ###使用介绍 安装swoole扩展和inotify扩展 修改/config/config.php文件相应的配置 交流群:337937322 ###License Apache License Version 2.0 see http://www.apache.org/licenses/LICENSE-2.0.html ###如果你对我的辛勤劳动给予肯定,请给我捐赠,你的捐赠是我最大的动力

About

基于swoole和inotify的分布式文件服务器框架

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%