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
Generated on May 10, 2024 via composer

symfony/security-http v7.0.4

Symfony Security Component - HTTP Integration
Package summary
Share
0
issues
1
license
23
MIT
Package created
18 Sep 2013
Version published
26 Feb 2024
Maintainers
1
Total deps
23
Direct deps
7
License
MIT

Issues

0
This package has no issues

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
23 Packages, Including:
psr/container@2.0.2
psr/event-dispatcher@1.0.0
psr/log@3.0.0
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/http-foundation@v7.0.7
symfony/http-kernel@v7.0.7
symfony/password-hasher@v7.0.7
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-intl-grapheme@v1.29.0
symfony/polyfill-intl-normalizer@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/polyfill-php80@v1.29.0
symfony/polyfill-php83@v1.29.0
symfony/property-access@v7.0.7
symfony/property-info@v7.0.7
symfony/security-core@v7.0.7
symfony/security-http@v7.0.4
symfony/service-contracts@v3.5.0
symfony/string@v7.0.7
symfony/var-dumper@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

7
All Dependencies CSV
β“˜ This is a list of symfony/security-http 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
psr/log3.0.06.77 kBMIT
prod dev
symfony/http-foundationv7.0.7-MIT
prod dev
symfony/http-kernelv7.0.7-MIT
prod dev
symfony/polyfill-mbstringv1.29.0-MIT
prod dev
symfony/property-accessv7.0.7-MIT
prod dev
symfony/security-corev7.0.7-MIT
prod dev
symfony/service-contractsv3.5.0-MIT
prod dev

Visualizations

Frequently Asked Questions

What does symfony/security-http do?

The Symfony Security-HTTP component is one of the versatile features of the Symfony PHP-based framework. It delivers an HTTP-based integration of Symfony's core security component. This technology is designed to facilitate the bolstering of security applications, specific portions thereof, via a firewall. Furthermore, it offers authenticators, providing a robust mechanism of verifying the identity of website and app visitors.

How do you use symfony/security-http?

Utilizing the Symfony Security-HTTP component is quite simple. First, you will need to add the Symfony Security-HTTP component to your Composer project. The required command for installing it via Composer is:

$ composer require symfony/security-http

This command will download the package and integrate it into your project, making it ready for use.

Where are the symfony/security-http docs?

Full comprehensive documentation for the Symfony Security-HTTP component is available on the official Symfony website, found at this location: Symfony Security-HTTP Component Documentation. This resource will guide you through detailed usage instructions, contributing to the project, reporting issues, and submitting pull requests to the main Symfony repository. Don't forget that effective contributions can be a great way to better understand the product and to share your improvements with the community! Use these resources to ensure proper and full use of all features offered by this powerful security tool within the Symfony framework.