Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
This package has been abandoned. Use symfony/webpack-encore-pack instead.
Generated on May 9, 2024 via composer

symfony/assetic-bundle v2.8.2

Integrates Assetic into Symfony2
Package summary
Share
4
issues
4
high severity
vulnerability
1
meta
3
1
license
34
MIT
Package created
23 Nov 2011
Version published
14 Jul 2017
Maintainers
1
Total deps
34
Direct deps
6
License
MIT

Issues

4

4 high severity issues

high
via: symfony/framework-bundle@v3.4.47
via: symfony/assetic-bundle@v2.8.2
via: symfony/framework-bundle@v3.4.47
via: symfony/console@v3.4.47 & others
Collapse
Expand

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
34 Packages, Including:
kriswallsmith/assetic@v1.4.0
psr/cache@1.0.1
psr/container@1.1.2
psr/log@1.1.4
symfony/assetic-bundle@v2.8.2
symfony/cache@v4.3.11
symfony/cache-contracts@v1.10.0
symfony/class-loader@v3.4.47
symfony/config@v4.4.44
symfony/console@v3.4.47
symfony/debug@v4.4.44
symfony/dependency-injection@v3.4.47
symfony/deprecation-contracts@v3.5.0
symfony/event-dispatcher@v4.4.44
symfony/event-dispatcher-contracts@v1.10.0
symfony/filesystem@v4.4.42
symfony/finder@v4.4.44
symfony/framework-bundle@v3.4.47
symfony/http-foundation@v4.4.49
symfony/http-kernel@v3.4.49
symfony/mime@v5.4.39
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-intl-idn@v1.29.0
symfony/polyfill-intl-normalizer@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/polyfill-php56@v1.20.0
symfony/polyfill-php72@v1.29.0
symfony/polyfill-php80@v1.29.0
symfony/polyfill-php81@v1.29.0
symfony/process@v3.4.47
symfony/routing@v4.4.44
symfony/service-contracts@v1.10.0
symfony/var-exporter@v4.4.43
symfony/yaml@v3.4.47
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

6
All Dependencies CSV
β“˜ This is a list of symfony/assetic-bundle 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
kriswallsmith/asseticv1.4.0127.42 kBMIT
prod
symfony/class-loaderv3.4.47-MIT
prod dev
1
symfony/consolev3.4.47278.82 kBMIT
prod dev
1
symfony/dependency-injectionv3.4.47-MIT
prod dev
symfony/framework-bundlev3.4.47-MIT
prod
3
symfony/yamlv3.4.47-MIT
prod dev

Visualizations

Frequently Asked Questions

What does symfony/assetic-bundle do?

The symfony/assetic-bundle makes it possible to use the Assetic library within the Symfony2 framework. This convenient bundle is perfect for web developers looking to enhance their projects with the power of Assetic, a library designed to manage, combine, compress and filter assets such as images, stylesheets, and JavaScript.

How do you use symfony/assetic-bundle?

To use the symfony/assetic-bundle within your project, follow these basic steps:

  1. Begin by adding it to your project with composer:
composer require symfony/assetic-bundle
  1. Then, enable it in your app/AppKernel.php file by including it in the $bundles array like this:
$bundles = array(
    // ...
    new Symfony\Bundle\AsseticBundle\AsseticBundle(),
);
  1. Follow the configuration instructions provided in the bundle's documentation to customize how it manages your assets based on your project's specific needs.

Remember: In order to achieve effective results when using the symfony/assetic-bundle, make sure to have a deep understanding of how both Symfony2 and the Assetic library operate.

Where are the symfony/assetic-bundle docs?

The official documentation for the symfony/assetic-bundle can be found on the Symfony website at the following URL: https://symfony.com/doc/current/cookbook/assetic/index.html. Here you will find comprehensive information on how to set up and use the bundle, along with examples and usage tips.