cpsit/frontend-asset-handler
最新稳定版本:5.1.2
Composer 安装命令:
composer require cpsit/frontend-asset-handler
包简介
Composer library to download and extract Frontend assets in Composer projects
README 文档
README
Frontend Asset Handler
📦 Packagist | 💾 Repository | 🐛 Issue tracker
A Composer library that downloads and extracts Frontend assets to a dedicated path in PHP projects.
All Frontend assets are configured through an assets.json file and can be easily maintained by
a dedicated CLI application.
🚀 Features
- Command-line application to fetch Frontend assets
- Asset configuration via
assets.jsonfile - Automated integration into CI systems
- Easy extensible by custom asset providers and processors
- Designed for dependency injection
🔥 Getting started
-
Install the library:
composer require cpsit/frontend-asset-handler
-
Initialize a new
assets.jsonfile:vendor/bin/frontend-assets init
-
Fetch Frontend assets:
vendor/bin/frontend-assets fetch
📖 Documentation
- Installation
- Usage
- Command-line usage
- API usage
- Configuration
- Shipped components
- Dependency injection
- Migration
🧑💻 Contributing
Please have a look at CONTRIBUTING.md.
💎 Credits
Direct download icons created by Pixel perfect - Flaticon
⭐ License
This project is licensed under GNU General Public License 3.0 (or later).
统计信息
- 总下载量: 25.23k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2022-09-07
