Download the PHP package yiisoft/assets without Composer
On this page you can find all versions of the php package yiisoft/assets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yiisoft/assets
More information about yiisoft/assets
Files in yiisoft/assets
Package assets
Short Description Asset bundles and asset manager
License BSD-3-Clause
Homepage https://www.yiiframework.com/
Informations about the package assets
Yii Assets
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.0 or higher.
mbstring
PHP extension.
Installation
The package could be installed with Composer:
General usage
There are three main steps using the package:
- Define asset bundles. These are config classes defining where your assets are and how they should be used.
- Register bundles to asset manager and obtain list of files to include.
- Optionally use asset converter with asset bundle for asset format conversion (such as TypeScript to JavaScript).
- Use your favorite method to include files into HTML (out of scope of this package).
Documentation
- Guide: Português - Brasil
- Internals
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
Follow updates
All versions of assets with dependencies
ext-mbstring Version *
psr/log Version ^1.1|^2.0|^3.0
yiisoft/aliases Version ^1.1|^2.0|^3.0
yiisoft/files Version ^2.0
yiisoft/json Version ^1.0