The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist ui-awesome/html-interop:"^0.1"or add
"ui-awesome/html-interop": "^0.1"to the require section of your composer.json file.
This package uses composer-require-checker to check if all
dependencies are correctly defined in composer.json.
To run the checker, execute the following command:
composer run check-dependenciesThe code is checked with Easy Coding Standard and PHP CS Fixer. To run it:
composer run ecsThe code is statically analyzed with Psalm. To run static analysis:
composer run psalmThe MIT License (MIT). Please see License File for more information.