An open API service indexing awesome lists of open source software.

https://github.com/piko-framework/asset-bundle


https://github.com/piko-framework/asset-bundle

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Piko AssetBundle

[![build](https://github.com/piko-framework/asset-bundle/actions/workflows/php.yml/badge.svg)](https://github.com/piko-framework/asset-bundle/actions/workflows/php.yml)
[![Coverage Status](https://coveralls.io/repos/github/piko-framework/asset-bundle/badge.svg?branch=main)](https://coveralls.io/github/piko-framework/asset-bundle?branch=main)

An helper to manage and publish a collection of assets inside the public path of a Piko framework project.

# Installation

It's recommended that you use Composer to install Piko AssetBundle.

```bash
composer require piko/asset-bundle
```

# Usage

[See AssetBundleTest.php](tests/AssetBundleTest.php)