phpunit / php-text-template
简单的模板引擎。
4.0.1
2024-07-03 05:08 UTC
Requires
- php: >=8.2
Requires (Dev)
- phpunit/phpunit: ^11.0
README
php-text-template
安装
您可以使用 Composer 将此库添加为您的项目的本地、项目特定依赖
composer require phpunit/php-text-template
如果您只在开发期间需要此库,例如运行项目的测试套件,那么您应该将其添加为开发时依赖
composer require --dev phpunit/php-text-template