File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <br>
77</p >
88
9- The package provides ` Html ` helper that has static methods to generate HTML.
10-
119[ ![ Latest Stable Version] ( https://poser.pugx.org/yiisoft/html/v/stable.png )] ( https://packagist.org/packages/yiisoft/html )
1210[ ![ Total Downloads] ( https://poser.pugx.org/yiisoft/html/downloads.png )] ( https://packagist.org/packages/yiisoft/html )
1311[ ![ Build Status] ( https://github.com/yiisoft/html/workflows/build/badge.svg )] ( https://github.com/yiisoft/html/actions )
@@ -17,6 +15,8 @@ The package provides `Html` helper that has static methods to generate HTML.
1715[ ![ static analysis] ( https://github.com/yiisoft/html/workflows/static%20analysis/badge.svg )] ( https://github.com/yiisoft/html/actions?query=workflow%3A%22static+analysis%22 )
1816[ ![ type-coverage] ( https://shepherd.dev/github/yiisoft/html/coverage.svg )] ( https://shepherd.dev/github/yiisoft/html )
1917
18+ The package provides ` Html ` helper that has static methods to generate HTML.
19+
2020## Requirements
2121
2222- PHP 7.4 or higher.
@@ -68,7 +68,7 @@ use Yiisoft\Html\Html;
6868
6969## Html helper usage
7070
71- Html helper methods are static so usage is like the following:
71+ ` Html ` helper methods are static so usage is like the following:
7272
7373``` php
7474echo \Yiisoft\Html\Html::a('Yii Framework', 'https://www.yiiframework.com/') ?>
You can’t perform that action at this time.
0 commit comments