baraja-core/personal-data-export
Composer 安装命令:
composer require baraja-core/personal-data-export
包简介
Tool for easy selection and export of user files in ZIP format.
README 文档
README
Idea
Tool for easy selection and export of user files in ZIP format.
Within a single selector, you choose all user data (much of the data can also be created dynamically based on direct input), which is automatically converted into the specified directory structure and offers the file for download.
This tool is fully compliant with GDPR requirements.
How to use
Simply select data and run export:
$selection = (new PersonalDataSelection) ->addJson('foo.json', ['a' => 1, 'b' => 36]) ->addJson('dir/file.json', ['message' => 'My content...']) ->addText('readme.md', 'Welcome to export!') ->addFile(__FILE__); $selection->export();
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2021-10-18