brucealdridge / assets

Assets management

Home Page:https://www.yiiframework.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yii Assets


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

Latest Stable Version Total Downloads Build Status Scrutinizer Code Quality Code Coverage Mutation testing badge static analysis type-coverage

Installation

The package could be installed via composer:

composer require yiisoft/assets

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).

Extra development requirements

The package tests depend on foxy/foxy that needs npm installed.

Unit testing

The package is tested with PHPUnit. To run tests:

./vendor/bin/phpunit

Mutation testing

The package tests are checked with Infection mutation framework. To run it:

./vendor/bin/infection

Static analysis

The code is statically analyzed with Psalm. To run static analysis:

./vendor/bin/psalm

Support the project

Open Collective

Follow updates

Official website Twitter Telegram Facebook Slack

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.

About

Assets management

https://www.yiiframework.com/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 99.9%Language:SCSS 0.1%Language:Sass 0.0%