# phpword_example_extend **Repository Path**: singi/phpword_example_extend ## Basic Information - **Project Name**: phpword_example_extend - **Description**: PHPWord 扩展示例 - **Primary Language**: PHP - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-11-11 - **Last Updated**: 2024-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Phpword 扩展示例 > [原始文档](https://gitee.com/singi/phpword_example_extend/blob/master/readme_original.md) ## 运行示例 ```cmd composer install cd samples/ php -S localhost:8000 ``` > 访问 http://localhost:8000 ## 扩展示例 - [渲染table](https://gitee.com/singi/phpword_example_extend/blob/master/samples/Sample_42_guide.php) - [渲染二维数组,渲染时动态插入换行符](https://gitee.com/singi/phpword_example_extend/blob/master/samples/Sample_43_inspection.php)