symfony/asset

Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files

View on GitHub ↗Jump to charts ↓

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 2 hours ago
Added to GitGenius on September 22nd, 2026
Created on February 10th, 2015
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Disabled - open counts may still include pull requests.
Number of forks: 12
Total Stargazers: 3,149 (+0)
Total Subscribers: 2 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.
Sign in

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

GitHub issues are disabled for this repository, so issue analytics and the issue explorer are not available.

Detailed Description

Symfony Asset is a PHP component that manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files, and image files.

The component solves the problem of serving static assets with proper URLs and cache-busting strategies. It provides a centralized way to generate asset URLs and apply versioning schemes, which prevents browsers from serving stale cached versions when assets change. The approach works by accepting asset paths and applying configured versioning strategies to produce final URLs that can be served to clients.

Teams building PHP applications with Symfony should choose this component when they need reliable asset URL generation with automatic cache invalidation. It suits projects of any size that serve static files and want to avoid manual version management in templates. The component integrates naturally into Symfony applications but can also be used standalone in any PHP project that needs asset URL handling.

The project maintains steady activity with regular commits addressing maintenance and improvements. Development follows a structured approach with consistent code review practices. The component receives updates that keep it compatible with current PHP standards and Symfony ecosystem changes.