Skip to content

Some tools that assist you, such as file reader, sql clause builder ...

Notifications You must be signed in to change notification settings

yuhari/helper-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

helper-box

Some tools that assist you, such as file reader, sql clause builder ...

Downloader (下载器)

<?php
		$helper = new \box\Downloader\Helper($source_path, $target_path) ;
		$helper->start() ;

ListHelper (列表消费)

<?php
		$helper = new \box\ListHelper() ;
		$helper->setConsumerNum(10)  # 设置消费者数量
				->setListData($list)  # 设置待消费队列数据
				->setHandler($consumer, $args...) # 设置消费者函数和必须额外参数

FileReader (文件读取,仿tailhead等操作)

ForkHelper (任务并行分发)

ImageCompress (图片压缩)

SqlBuilder (SQL语句构造器)

About

Some tools that assist you, such as file reader, sql clause builder ...

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages