dmitriynyu/dummy-file-generator
最新稳定版本:1.0.0
Composer 安装命令:
composer require dmitriynyu/dummy-file-generator
包简介
Create dummy files of arbitrary length and content for testing
README 文档
README
DummyFileGenerator creates dummy files of arbitrary length and content for testing.
Installation
Use Composer to install package or download and include files manually.
Usage
Make sure DummyFileGenerator is installed and available in your namespace.
$generator = new DummyFileGenerator(); $generator->generateFile($path, '1234567890', 1024);
Development
This package should not be used in production, but you can use it in your tests, if for whatever reasons you need to create dummy files and read content from it.
Feel free to submit a pull request.
License
MIT
统计信息
- 总下载量: 3.14k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-23