germania-kg / attributesrenderer
渲染HTML/XML属性
1.2.0
2023-01-09 14:23 UTC
Requires
- php: ^7.4|^8.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.0
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^8.0|^9.0
This package is auto-updated.
Last update: 2024-09-19 23:46:47 UTC
README
使用Composer安装
$ composer require germania-kg/attributesrenderer
开发
$ git clone https://github.com/GermaniaKG/AttributesRenderer.git
$ cd AttributesRenderer
$ composer install
单元测试
可以复制 phpunit.xml.dist
到 phpunit.xml
并根据需要调整,或者保持原样。运行 PhpUnit 测试或composer脚本,如下所示
$ composer test # or $ vendor/bin/phpunit