php-forge / html-interop
Interfaces for UI HTML Awesome.
Installs: 3 343
Dependents: 3
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
Requires (Dev)
- maglnet/composer-require-checker: ^4.7
- symplify/easy-coding-standard: ^12.1
- vimeo/psalm: ^5.19
This package is auto-updated.
Last update: 2024-10-31 00:18:12 UTC
README
Interfaces for UI HTML Awesome.
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist php-forge/html-interop:"^0.1"
or add
"php-forge/html-interop": "^0.1"
to the require section of your composer.json
file.
Testing
Checking dependencies
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-dependencies
Easy coding standard
The code is checked with Easy Coding Standard and PHP CS Fixer. To run it:
composer run ecs
Static analysis
The code is statically analyzed with Psalm. To run static analysis:
composer run psalm
Support versions
License
The MIT License (MIT). Please see License File for more information.