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 instead.
Generated on May 6, 2024 via composer

sensio/framework-extra-bundle v6.2.10

This bundle provides a way to configure your controllers with annotations
Package summary
Share
1
issue
1
high severity
meta
1
1
license
29
MIT
Package created
7 Nov 2011
Version published
24 Feb 2023
Maintainers
1
Total deps
29
Direct deps
5
License
MIT

Issues

1

1 high severity issue

high
via: sensio/framework-extra-bundle@v6.2.10
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
29 Packages, Including:
doctrine/annotations@2.0.1
doctrine/lexer@3.0.1
psr/cache@3.0.0
psr/container@2.0.2
psr/event-dispatcher@1.0.0
psr/log@3.0.0
sensio/framework-extra-bundle@v6.2.10
symfony/cache@v7.0.7
symfony/cache-contracts@v3.5.0
symfony/config@v6.4.7
symfony/dependency-injection@v6.4.7
symfony/deprecation-contracts@v3.5.0
symfony/error-handler@v7.0.7
symfony/event-dispatcher@v7.0.7
symfony/event-dispatcher-contracts@v3.5.0
symfony/filesystem@v7.0.7
symfony/finder@v7.0.7
symfony/framework-bundle@v6.4.7
symfony/http-foundation@v7.0.7
symfony/http-kernel@v6.4.7
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/polyfill-php80@v1.29.0
symfony/polyfill-php83@v1.29.0
symfony/process@v7.0.7
symfony/routing@v7.0.7
symfony/service-contracts@v3.5.0
symfony/var-dumper@v7.0.7
symfony/var-exporter@v7.0.7
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

5
All Dependencies CSV
β“˜ This is a list of sensio/framework-extra-bundle 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
doctrine/annotations2.0.138.86 kBMIT
prod dev
symfony/configv6.4.7-MIT
prod dev
symfony/dependency-injectionv6.4.7-MIT
prod dev
symfony/framework-bundlev6.4.7-MIT
prod
symfony/http-kernelv6.4.7-MIT
prod dev

Visualizations

Frequently Asked Questions

What does sensio/framework-extra-bundle do?

The SensioFrameworkExtraBundle, also known as sensio/framework-extra-bundle, enhances your experience with controllers by providing a way to configure them using annotations. This bundle is specifically designed for Symfony, a PHP framework used for web application development. However, it's worth noting that SensioFrameworkExtraBundle is no longer maintained, and users are encouraged to move to native PHP attributes support as added in Symfony core instead.

How do you use sensio/framework-extra-bundle?

Utilizing sensio/framework-extra-bundle in your project involves several steps. First, you would typically install it using composer, a tool for dependency management in PHP. Then in your controllers, you can employ various annotations provided by the bundle to configure your routes, templates, cache, security, and more. This way, you are able to keep your configuration close to the code itself, promoting better coherence and ease of understanding. However, detailed usage examples aren't available due to the bundle's deprecated status and the advice to use native PHP attributes in Symfony core.

Where are the sensio/framework-extra-bundle docs?

The official documentation for sensio/framework-extra-bundle is located on Symfony's website, which you can access by following this link. This documentation will provide you with a comprehensive overview of what the bundle is about, how to install and configure it, and how to make effective use of its features in your Symfony applications. Given the bundle's discontinued support, it's essential to consider its replacement with built-in Symfony features and tools following the guidelines recommended by Symfony.