https://github.com/piko-framework/asset-bundle
https://github.com/piko-framework/asset-bundle
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/piko-framework/asset-bundle
- Owner: piko-framework
- License: lgpl-3.0
- Created: 2022-10-03T19:58:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T14:50:56.000Z (over 3 years ago)
- Last Synced: 2025-03-06T19:02:34.052Z (over 1 year ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Piko AssetBundle
[](https://github.com/piko-framework/asset-bundle/actions/workflows/php.yml)
[](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)