https://github.com/ui-awesome/html-interop
UI Awesome HTML Common Interfaces for PHP.
https://github.com/ui-awesome/html-interop
List: html-interop
html-interop php ui-awesome
Last synced: 5 months ago
JSON representation
UI Awesome HTML Common Interfaces for PHP.
- Host: GitHub
- URL: https://github.com/ui-awesome/html-interop
- Owner: ui-awesome
- License: mit
- Created: 2024-03-05T08:18:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-09T11:31:23.000Z (over 1 year ago)
- Last Synced: 2025-02-07T08:02:01.261Z (5 months ago)
- Topics: html-interop, php, ui-awesome
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
UI Awesome HTML Interop Common Interfaces for PHP.
## Installation
The preferred way to install this extension is through [composer](https://getcomposer.org/download/).
Either run
```shell
composer require --prefer-dist ui-awesome/html-interop:"^0.1"
```or add
```json
"ui-awesome/html-interop": "^0.1"
```to the require section of your `composer.json` file.
## Testing
### Checking dependencies
This package uses [composer-require-checker](https://github.com/maglnet/ComposerRequireChecker) to check if all
dependencies are correctly defined in `composer.json`.To run the checker, execute the following command:
```shell
composer run check-dependencies
```### Easy coding standard
The code is checked with [Easy Coding Standard](https://github.com/easy-coding-standard/easy-coding-standard) and
[PHP CS Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer). To run it:```shell
composer run ecs
```### Static analysis
The code is statically analyzed with [Psalm](https://psalm.dev/). To run static analysis:
```shell
composer run psalm
```## Support versions
[](https://www.php.net/releases/8.1/en.php)
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.
## Our social networks
[](https://twitter.com/Terabytesoftw)