承接 yiisoft/assets 相关项目开发

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

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

yiisoft/assets

最新稳定版本:5.1.2

Composer 安装命令:

composer require yiisoft/assets

包简介

Asset bundles and asset manager

README 文档

README

Yii

Yii Assets


Latest Stable Version Total Downloads Build status Code Coverage Mutation testing badge Static analysis

The package implements client-side asset (such as CSS and JavaScript) management for PHP. It helps resolve dependencies and get lists of files ready for generating HTML <script> and <link> tags.

Requirements

  • PHP 8.1 - 8.5.
  • mbstring PHP extension.

Installation

The package could be installed with Composer:

composer require yiisoft/assets

General usage

There are three main steps using the package:

  1. Define asset bundles. These are config classes defining where your assets are and how they should be used.
  2. Register bundles to asset manager and obtain list of files to include.
  3. Optionally use asset converter with asset bundle for asset format conversion (such as TypeScript to JavaScript).
  4. Use your favorite method to include files into HTML (out of scope of this package).

Documentation

If you need help or have a question, the Yii Forum is a good place for that. You may also check out other Yii Community Resources.

License

The Yii Assets is free software. It is released under the terms of the BSD License. Please see LICENSE for more information.

Maintained by Yii Software.

Support the project

Open Collective

Follow updates

Official website Twitter Telegram Facebook Slack

统计信息

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

GitHub 信息

  • Stars: 21
  • Watchers: 14
  • Forks: 14
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2019-12-27