germania-kg / attributesrenderer
Render HTML/XML attributes
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-11-20 00:11:21 UTC
README
Installation with Composer
$ composer require germania-kg/attributesrenderer
Development
$ git clone https://github.com/GermaniaKG/AttributesRenderer.git
$ cd AttributesRenderer
$ composer install
Unit tests
Either copy phpunit.xml.dist
to phpunit.xml
and adapt to your needs, or leave as is. Run PhpUnit test or composer scripts like this:
$ composer test # or $ vendor/bin/phpunit