ui-awesome/html-attribute
最新稳定版本:0.4.0
Composer 安装命令:
composer require ui-awesome/html-attribute
包简介
UI Awesome HTML Attribute for PHP.
README 文档
README
Html attribute
Features
A focused library for building and rendering structured HTML attributes
Type-safe helpers and value objects to compose complex attribute structures (classes, data-attributes, ARIA, etc.).
Installation
composer require ui-awesome/html-attribute:^0.3
Quick start
Below are concise examples showing common attribute tasks.
<?php declare(strict_types=1); namespace App; use UIAwesome\Html\Attribute\Media\{HasAlt, HasSrc}; final class ImageComponent { use HasAlt; use HasSrc; }
Documentation
For detailed configuration options and advanced usage see:
Package information
Quality code
Our social networks
License
统计信息
- 总下载量: 14.27k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: mit
- 更新时间: 2024-03-05