Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T11:31:23.000Z (10 months ago)
- Last Synced: 2024-12-26T03:02:20.797Z (16 days 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
[![PHP81](https://img.shields.io/badge/PHP-%3E%3D8.1-787CB5)](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
[![Twitter](https://img.shields.io/badge/twitter-follow-1DA1F2?logo=twitter&logoColor=1DA1F2&labelColor=555555?style=flat)](https://twitter.com/Terabytesoftw)