Download the PHP package cpsit/frontend-asset-handler without Composer
On this page you can find all versions of the php package cpsit/frontend-asset-handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cpsit/frontend-asset-handler
More information about cpsit/frontend-asset-handler
Files in cpsit/frontend-asset-handler
Download cpsit/frontend-asset-handler
More information about cpsit/frontend-asset-handler
Files in cpsit/frontend-asset-handler
Vendor cpsit
Package frontend-asset-handler
Short Description Composer library to download and extract Frontend assets in Composer projects
License GPL-3.0-or-later
Package frontend-asset-handler
Short Description Composer library to download and extract Frontend assets in Composer projects
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package frontend-asset-handler
![Logo](docs/assets/logo.png)
# Frontend Asset Handler
[![Coverage](https://img.shields.io/coverallsCoverage/github/CPS-IT/frontend-asset-handler?logo=coveralls)](https://coveralls.io/github/CPS-IT/frontend-asset-handler)
[![Tests](https://github.com/CPS-IT/frontend-asset-handler/actions/workflows/tests.yaml/badge.svg)](https://github.com/CPS-IT/frontend-asset-handler/actions/workflows/tests.yaml)
[![CGL](https://github.com/CPS-IT/frontend-asset-handler/actions/workflows/cgl.yaml/badge.svg)](https://github.com/CPS-IT/frontend-asset-handler/actions/workflows/cgl.yaml)
[![Latest Stable Version](http://poser.pugx.org/cpsit/frontend-asset-handler/v)](https://packagist.org/packages/cpsit/frontend-asset-handler)
[![Total Downloads](http://poser.pugx.org/cpsit/frontend-asset-handler/downloads)](https://packagist.org/packages/cpsit/frontend-asset-handler)
[![PHP Version Require](http://poser.pugx.org/cpsit/frontend-asset-handler/require/php)](https://packagist.org/packages/cpsit/frontend-asset-handler)
[![License](http://poser.pugx.org/cpsit/frontend-asset-handler/license)](LICENSE.md)
📦 [Packagist](https://packagist.org/packages/cpsit/frontend-asset-handler) |
💾 [Repository](https://github.com/CPS-IT/frontend-asset-handler) |
🐛 [Issue tracker](https://github.com/CPS-IT/frontend-asset-handler/issues)
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.json
file - Automated integration into CI systems
- Easy extensible by custom asset providers and processors
- Designed for dependency injection
🔥 Getting started
-
Install the library:
-
Initialize a new
assets.json
file: - Fetch Frontend assets:
📖 Documentation
- Installation
- Usage
- Command-line usage
- Configure assets
- Fetch assets
- Initialize config
- Inspect assets
- API usage
- Configuration
- Full reference
- Source
- Target
- VCS
- Environments
- Shipped components
- Providers
- Processors
- Handlers
- VCS Providers
- Placeholder Processors
- Environment Transformers
- 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).
All versions of frontend-asset-handler with dependencies
PHP Build Version
Package Version
Requires
php Version
~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
ext-filter Version *
ext-json Version *
ext-mbstring Version *
composer-runtime-api Version ^2.0
ergebnis/json Version ^1.0
ergebnis/json-normalizer Version ^4.0
ergebnis/json-pointer Version ^3.0
ergebnis/json-printer Version ^3.0
ergebnis/json-schema-validator Version ^4.0
guzzlehttp/guzzle Version ^7.0
guzzlehttp/psr7 Version >= 1.8 < 3.0
justinrainbow/json-schema Version ^5.2 || ^6.0
ondram/ci-detector Version ^4.1
psr/http-client Version ^1.0
psr/http-message Version ^1.0 || ^2.0
symfony/config Version ^5.4 || ^6.0 || ^7.0
symfony/console Version ^5.4 || ^6.0 || ^7.0
symfony/dependency-injection Version ^5.4 || ^6.0 || ^7.0
symfony/filesystem Version ^5.4 || ^6.0 || ^7.0
symfony/finder Version ^5.4 || ^6.0 || ^7.0
symfony/process Version ^5.4 || ^6.0 || ^7.0
symfony/yaml Version ^5.4 || ^6.0 || ^7.0
webmozart/assert Version ^1.10
ext-filter Version *
ext-json Version *
ext-mbstring Version *
composer-runtime-api Version ^2.0
ergebnis/json Version ^1.0
ergebnis/json-normalizer Version ^4.0
ergebnis/json-pointer Version ^3.0
ergebnis/json-printer Version ^3.0
ergebnis/json-schema-validator Version ^4.0
guzzlehttp/guzzle Version ^7.0
guzzlehttp/psr7 Version >= 1.8 < 3.0
justinrainbow/json-schema Version ^5.2 || ^6.0
ondram/ci-detector Version ^4.1
psr/http-client Version ^1.0
psr/http-message Version ^1.0 || ^2.0
symfony/config Version ^5.4 || ^6.0 || ^7.0
symfony/console Version ^5.4 || ^6.0 || ^7.0
symfony/dependency-injection Version ^5.4 || ^6.0 || ^7.0
symfony/filesystem Version ^5.4 || ^6.0 || ^7.0
symfony/finder Version ^5.4 || ^6.0 || ^7.0
symfony/process Version ^5.4 || ^6.0 || ^7.0
symfony/yaml Version ^5.4 || ^6.0 || ^7.0
webmozart/assert Version ^1.10
The package cpsit/frontend-asset-handler contains the following files
Loading the files please wait ....