dm79219/file_asynch_download
Composer 安装命令:
composer require dm79219/file_asynch_download
包简介
Php library to run query in chunks asynchronously and downloading the result in CSV
README 文档
README
Php library to run query in chunks asynchronously and downloading the result in CSV
install
composer require dm79219/file_asynch_download @dev
use
- In src/connection/dbconfig.php file, add your slave db credentials.
- For use refer example/test.php file
output
Array ( [status] => 1 [message] => success [url] => relative_path_of_csv_file )
NOTE
for using this, your user should have permission to run shell_exec command from php code
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-08-31