承接 ui-awesome/html-attribute 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ui-awesome/html-attribute

最新稳定版本:0.4.0

Composer 安装命令:

composer require ui-awesome/html-attribute

包简介

UI Awesome HTML Attribute for PHP.

README 文档

README

UI Awesome

Html attribute


PHPUnit Mutation Testing PHPStan

Features

Feature Overview

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

PHP Latest Stable Version Total Downloads

Quality code

Codecov PHPStan Level Max Super-Linter StyleCI

Our social networks

Follow on X

License

License

统计信息

  • 总下载量: 14.27k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 4
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: mit
  • 更新时间: 2024-03-05