Download the PHP package yanglongfei/export without Composer
On this page you can find all versions of the php package yanglongfei/export. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package export
PHP导出下载
- PHP导出及下载,支持格式txt和excel(xlsx)
Author
杨龙飞
Wechat
ylf283598349
Example
- composer require yanglongfei/export
$data=[ ['id'=>1], ['id'=>2], ]; $obj=new ExportFile(new ExcelFile($data,$path)); $obj->export();
$obj=new ExportFile(new TxtFile($data,$path)); $obj->export();
## V1.0
* 添加自定义目录
## 设计思想
* 加入依赖注入,解耦
* 抽象类不再关注数据生成文件的实现
All versions of export with dependencies
PHP Build Version
Package Version
Requires
phpoffice/phpspreadsheet Version
^1.6
The package yanglongfei/export contains the following files
Loading the files please wait ....